| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <simulator.h>
Inheritance diagram for Simulator:

Public Member Functions | |
| Simulator () | |
| ~Simulator () | |
| char * | macType () |
| int | command (int argc, const char *const *argv) |
| void | populate_flat_classifiers () |
| void | populate_hier_classifiers () |
| void | add_node (ParentNode *node, int id) |
| NsObject * | get_link_head (ParentNode *node, int nh) |
| int | node_id_by_addr (int address) |
| char * | append_addr (int level, int *addr) |
| void | alloc (int n) |
| void | check (int n) |
Static Public Member Functions | |
| Simulator & | instance () |
Private Attributes | |
| ParentNode ** | nodelist_ |
| RouteLogic * | rtobject_ |
| int | nn_ |
| int | size_ |
| char | macType_ [SMALL_LEN] |
Static Private Attributes | |
| Simulator * | instance_ |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Reimplemented from TclObject. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|