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

Public Member Functions | |
| SatNode () | |
| SatRouteAgent * | ragent () |
| SatPosition * | position () |
| SatTrace * | trace () |
| Channel * | uplink () |
| Channel * | downlink () |
Static Public Member Functions | |
| int | addNode (int) |
| int | IsASatNode (int) |
Static Public Attributes | |
| int | dist_routing_ = 0 |
Protected Member Functions | |
| int | command (int argc, const char *const *argv) |
| void | dumpSats () |
Protected Attributes | |
| SatRouteAgent * | ragent_ |
| SatChannel * | uplink_ |
| SatChannel * | downlink_ |
| SatPosition * | pos_ |
| SatTrace * | trace_ |
| LinkHandoffMgr * | hm_ |
Static Protected Attributes | |
| int * | satnodelist_ = NULL |
| int | maxsatnodelist_ = 0 |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Node. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|