TTEthernet Model for INET Framework
|
Base class for the critical traffic conformance check. More...
#include <Incoming.h>
Public Member Functions | |
Incoming () | |
Constructor. More... | |
Protected Member Functions | |
virtual void | initialize () |
Initialization of the module. More... | |
virtual void | handleMessage (cMessage *msg) |
Forwards messages arriving on in-gate to out-gate. More... | |
Protected Attributes | |
bool | hadError |
set to true if there was an error during runtime More... | |
Static Protected Attributes | |
static simsignal_t | ctDroppedSignal = SIMSIGNAL_NULL |
Signal that is emitted when a frame is dropped. More... | |
Base class for the critical traffic conformance check.
This base class simply forwards messages from in to out
Definition at line 30 of file Incoming.h.
TTEthernetModel::Incoming::Incoming | ( | ) |
|
protectedvirtual |
Forwards messages arriving on in-gate to out-gate.
msg | the incoming message |
Reimplemented in TTEthernetModel::TTIncoming, and TTEthernetModel::RCIncoming.
Definition at line 33 of file Incoming.cc.
|
protectedvirtual |
Initialization of the module.
Definition at line 28 of file Incoming.cc.
|
staticprotected |
Signal that is emitted when a frame is dropped.
Frames may be dropped when there was a violation of CT rules.
Definition at line 42 of file Incoming.h.
Referenced by TTEthernetModel::RCIncoming::handleMessage(), TTEthernetModel::TTIncoming::handleMessage(), and initialize().
|
protected |
set to true if there was an error during runtime
Definition at line 36 of file Incoming.h.
Referenced by TTEthernetModel::TTIncoming::handleMessage(), and Incoming().