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

Public Member Functions | |
| MediaRequest (int rc) | |
| MediaRequest (const MediaRequest &r) | |
| virtual AppData * | copy () |
| int | request () const |
| int | st () const |
| int | et () const |
| int | datasize () const |
| int | layer () const |
| const char * | name () const |
| Application * | app () const |
| void | set_st (int d) |
| void | set_et (int d) |
| void | set_datasize (int d) |
| void | set_name (const char *s) |
| void | set_layer (int d) |
| void | set_app (Application *a) |
Private Attributes | |
| int | request_ |
| char | name_ [HTTP_MAXURLLEN] |
| int | layer_ |
| u_int | st_ |
| u_int | et_ |
| Application * | app_ |
|
|
|
|
|
|
|
|
|
|
|
Implements AppData. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|