TTEthernet Model for INET Framework
|
#include <omnetpp.h>
Go to the source code of this file.
Macros | |
#define | TTE4INET_VERSION 0x0200 |
Check for minimal OMNeT++ Version requirements. More... | |
#define | NUM_RC_PRIORITIES 10 |
Maximum number of priorities allowed for rate-constrained messages. More... | |
#define | MIN_ETHERNET_FRAME_BYTES 64 |
Maintain backwards compatibility MIN_ETHERNET_FRAME changed to MIN_ETHERNET_FRAME_BYTES from 1.99.2 to 1.99.3 can be removed if backwards compatibility is not required any more. More... | |
#define MIN_ETHERNET_FRAME_BYTES 64 |
Maintain backwards compatibility MIN_ETHERNET_FRAME changed to MIN_ETHERNET_FRAME_BYTES from 1.99.2 to 1.99.3 can be removed if backwards compatibility is not required any more.
Definition at line 29 of file TTE4INETDefs.h.
Referenced by TTEthernetModel::TrafficSourceAppBase::sendMessage().
#define NUM_RC_PRIORITIES 10 |
Maximum number of priorities allowed for rate-constrained messages.
Definition at line 21 of file TTE4INETDefs.h.
Referenced by TTEthernetModel::TTEOutput::clear(), TTEthernetModel::TTEOutput::handleMessage(), TTEthernetModel::TTEOutput::isEmpty(), TTEthernetModel::TTEOutput::requestPacket(), TTEthernetModel::TTEOutput::TTEOutput(), and TTEthernetModel::TTEOutput::~TTEOutput().
#define TTE4INET_VERSION 0x0200 |
Check for minimal OMNeT++ Version requirements.
Definition of TTEthernetModel version
Definition at line 16 of file TTE4INETDefs.h.