ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ns-2/mobile/gridkeeper.h File Reference

#include "mobilenode.h"

Compounds

class  GridHandler
class  GridKeeper
class  MoveEvent

Defines

#define min(a, b)   (((a)>(b))?(b):(a))
#define max(a, b)   (((a)<(b))?(b):(a))
#define aligngrid(a, b)   (((a)==(b))?((b)-1):((a)))

Define Documentation

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

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

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


This document is generated by doxygen.