TTEthernet Model for INET Framework
|
Simple Test-Application. More...
#include <TTTrafficSourceApp.h>
Public Member Functions | |
TTTrafficSourceApp () | |
Protected Member Functions | |
virtual void | initialize () |
Initialization of the module. More... | |
virtual void | handleMessage (cMessage *msg) |
Handles message generation. More... | |
![]() | |
virtual void | sendMessage () |
Generates and sends a new Message. More... | |
Private Attributes | |
unsigned int | moduloCycle |
Additional Inherited Members | |
![]() | |
std::map< uint16_t, std::list < Buffer * > > | buffers |
Map of critical traffic identifies with their corresponding Buffers. More... | |
Simple Test-Application.
Definition at line 31 of file TTTrafficSourceApp.h.
TTEthernetModel::TTTrafficSourceApp::TTTrafficSourceApp | ( | ) |
Definition at line 24 of file TTTrafficSourceApp.cc.
|
protectedvirtual |
|
protectedvirtual |
Initialization of the module.
Sends activator message
Reimplemented from TTEthernetModel::TrafficSourceAppBase.
Definition at line 27 of file TTTrafficSourceApp.cc.
|
private |
Definition at line 34 of file TTTrafficSourceApp.h.
Referenced by handleMessage().