gridkeeper.h File Reference

#include "mobilenode.h"

Include dependency graph for gridkeeper.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  GridHandler
class  GridKeeper
class  MoveEvent

Defines

#define aligngrid(a, b)   (((a)==(b))?((b)-1):((a)))
#define MAX(a, b)   (((a)<(b))?(b):(a))
#define MIN(a, b)   (((a)>(b))?(b):(a))


Define Documentation

#define aligngrid a,
b   )     (((a)==(b))?((b)-1):((a)))
 

Definition at line 18 of file gridkeeper.h.

Referenced by GridKeeper::command(), GridKeeper::get_neighbors(), and GridKeeper::new_moves().

#define MAX a,
b   )     (((a)<(b))?(b):(a))
 

Definition at line 17 of file gridkeeper.h.

#define MIN a,
b   )     (((a)>(b))?(b):(a))
 

Definition at line 16 of file gridkeeper.h.


Generated on Tue Mar 6 16:53:04 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6