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

Public Member Functions | |
| rtAgent (nsaddr_t index, packet_t pt) | |
| virtual void | rtNotifyLinkUP (nsaddr_t index)=0 |
| virtual void | rtNotifyLinkDN (nsaddr_t index)=0 |
| virtual void | rtNotifyLinkStatus (nsaddr_t index, u_int32_t status)=0 |
| virtual void | rtRoutePacket (Packet *p)=0 |
Protected Member Functions | |
| virtual int | initialized ()=0 |
| nsaddr_t & | ipaddr () |
Private Attributes | |
| nsaddr_t | ipaddr_ |
|
||||||||||||
|
|
|
|
Implemented in toraAgent. |
|
|
|
|
|
Implemented in toraAgent. |
|
||||||||||||
|
Implemented in toraAgent. |
|
|
Implemented in toraAgent. |
|
|
Implemented in toraAgent. |
|
|
|