#include <application-cbr.h>
Inheritance diagram for CBRApplication:

Public Member Functions | |
| CBRApplication (IPAddr_t, PortId_t, PortId_t=((PortId_t) 0x0), Rate_t=500000.0, Size_t=512, const L4Protocol &=UDP()) | |
| CBRApplication (const CBRApplication &) | |
| ~CBRApplication () | |
| void | Handle (Event *, Time_t) |
| void | Notify (void *) |
| virtual void | StartApp () |
| virtual void | StopApp () |
| virtual void | AttachNode (Node *) |
| virtual Application * | Copy () const |
| virtual L4Protocol * | GetL4 () const |
Public Attributes | |
| IPAddr_t | remoteIP |
| PortId_t | remotePort |
| PortId_t | localPort |
| Rate_t | cbrRate |
| Size_t | pktSize |
| L4Protocol * | l4Proto |
| bool | connected |
| AppCBREvent * | pendingEvent |
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented from Application. |
|
|
Implements Application. |
|
|
Reimplemented from Application. |
|
||||||||||||
|
Reimplemented from Application. |
|
|
Implements NotifyHandler. |
|
|
Reimplemented from Application. |
|
|
Reimplemented from Application. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1