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/routing/route.h File Reference


Compounds

struct  adj_entry
struct  route_entry
class  RouteLogic
class  RouteLogicAlgo

Defines

#define INFINITY   0x3fff
#define INDEX(i, j, N)   ((N) * (i) + (j))
#define HIER_LEVEL   3
#define N_N_INDEX(i, j, a, b, c)   (((i) * (a+b+c)) + (j))
#define N_C_INDEX(i, j, a, b, c)   (((i) * (a+b+c)) + (a+j))
#define N_D_INDEX(i, j, a, b, c)   (((i) * (a+b+c)) + (a+(b-1)+j))
#define C_C_INDEX(i, j, a, b, c)   (((a+i) * (a+b+c)) + (a+j))
#define C_D_INDEX(i, j, a, b, c)   (((a+i) * (a+b+c)) + (a+(b-1)+j))
#define D_D_INDEX(i, j, a, b, c)   (((a+(b-1)+i) * (a+b+c)) + (a+(b-1)+j))

Define Documentation

#define C_C_INDEX i,
j,
a,
b,
c       (((a+i) * (a+b+c)) + (a+j))
 

#define C_D_INDEX i,
j,
a,
b,
c       (((a+i) * (a+b+c)) + (a+(b-1)+j))
 

#define D_D_INDEX i,
j,
a,
b,
c       (((a+(b-1)+i) * (a+b+c)) + (a+(b-1)+j))
 

#define HIER_LEVEL   3
 

#define INDEX i,
j,
     ((N) * (i) + (j))
 

#define INFINITY   0x3fff
 

#define N_C_INDEX i,
j,
a,
b,
c       (((i) * (a+b+c)) + (a+j))
 

#define N_D_INDEX i,
j,
a,
b,
c       (((i) * (a+b+c)) + (a+(b-1)+j))
 

#define N_N_INDEX i,
j,
a,
b,
c       (((i) * (a+b+c)) + (j))
 


This document is generated by doxygen.