ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <media-app.h>
Inheritance diagram for MediaApp:
Public Member Functions | |
MediaApp (const char *page) | |
virtual AppData * | get_data (int &size, AppData *req_data=0) |
virtual void | process_data (int size, AppData *data) |
void | set_page (const char *pg) |
void | log (const char *fmt,...) |
int | command (int argc, const char *const *argv) |
Protected Member Functions | |
virtual void | start () |
virtual void | stop () |
RapAgent * | rap () |
Protected Attributes | |
int | seg_size_ |
char | page_ [HTTP_MAXURLLEN] |
MediaSegment | data_ [MAX_LAYER] |
Tcl_Channel | log_ |
int | num_layer_ |
Private Attributes | |
int | last_layer_ |
|
|
|
Reimplemented from Application. Reimplemented in QA. |
|
Reimplemented from Process. Reimplemented in QA. |
|
|
|
Reimplemented from Process. |
|
Reimplemented in QA. |
|
|
|
Reimplemented from Application. |
|
Reimplemented from Application. Reimplemented in QA. |
|
|
|
|
|
|
|
|
|
|
|
|