TTEthernet Model for INET Framework
|
Simple Test-Application. More...
#include <RCTrafficSourceApp.h>
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... | |
Additional Inherited Members | |
![]() | |
virtual void | executeCallback (Callback *cb) |
executes the given Callback in the context of the Application More... | |
virtual void | handleParameterChange (const char *parname) |
Indicates a parameter has changed. More... | |
![]() | |
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 RCTrafficSourceApp.h.
|
protectedvirtual |
|
protectedvirtual |
Initialization of the module.
Sends activator message
Reimplemented from TTEthernetModel::TrafficSourceAppBase.
Definition at line 24 of file RCTrafficSourceApp.cc.