| 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 RTPSession:

Public Member Functions | |
| RTPSession () | |
| ~RTPSession () | |
| virtual void | recv (Packet *p, Handler *) |
| virtual void | recv_ctrl (Packet *p) |
| int | command (int argc, const char *const *argv) |
| u_int32_t | srcid () |
| int | build_report (int bye) |
| void | localsrc_update (int) |
Protected Member Functions | |
| int | build_sdes () |
| int | build_bye () |
| RTPSource * | lookup (u_int32_t) |
| void | enter (RTPSource *) |
Protected Attributes | |
| RTPSource * | allsrcs_ |
| RTPSource * | localsrc_ |
| int | last_np_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from NsObject. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Implements NsObject. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|