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

Public Member Functions | |
| SA_Agent () | |
| ~SA_Agent () | |
| int | command (int, const char *const *) |
| virtual void | timeout (int) |
| virtual void | sendmsg (int nbytes, const char *flags=0) |
Protected Member Functions | |
| void | start () |
| void | stop () |
| void | sendreq () |
| void | sendteardown () |
| void | recv (Packet *, Handler *) |
| void | stoponidle (const char *) |
| virtual void | sendpkt () |
Protected Attributes | |
| double | rate_ |
| int | bucket_ |
| NsObject * | ctrl_target_ |
| TrafficGenerator * | trafgen_ |
| int | rtd_ |
| char * | callback_ |
| SA_Timer | sa_timer_ |
| double | nextPkttime_ |
| int | running_ |
| int | seqno_ |
| int | size_ |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Agent. |
|
||||||||||||
|
Reimplemented from Agent. |
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Agent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Agent. |
|
|
|