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

Public Member Functions | |
| SatRouteAgent () | |
| ~SatRouteAgent () | |
| int | command (int argc, const char *const *argv) |
| void | clear_slots () |
| void | install (int dst, int next_hop, NsObject *p) |
| SatNode * | node () |
| int | myaddr () |
Protected Member Functions | |
| virtual void | recv (Packet *, Handler *) |
| void | forwardPacket (Packet *) |
| void | alloc (int) |
Protected Attributes | |
| int | myaddr_ |
| int | maxslot_ |
| int | nslot_ |
| slot_entry * | slot_ |
| SatNode * | node_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|