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

Public Member Functions | |
| RTPAgent () | |
| virtual void | timeout (int) |
| virtual void | recv (Packet *p, Handler *) |
| virtual int | command (int argc, const char *const *argv) |
| void | advanceby (int delta) |
| virtual void | sendmsg (int nbytes, const char *flags=0) |
Protected Member Functions | |
| virtual void | sendpkt () |
| virtual void | makepkt (Packet *) |
| void | rate_change () |
| virtual void | start () |
| virtual void | stop () |
| virtual void | finish () |
Protected Attributes | |
| RTPSession * | session_ |
| double | lastpkttime_ |
| int | seqno_ |
| int | running_ |
| int | random_ |
| int | maxpkts_ |
| double | interval_ |
| RTPTimer | rtp_timer_ |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
|
Reimplemented in TFCCAgent. |
|
|
|
|
||||||||||||
|
Reimplemented from Agent. Reimplemented in TFCCAgent. |
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
|
|
|
|
Reimplemented in TFCCAgent. |
|
|
Reimplemented from Agent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|