|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/linklayer/ethernet/EtherFrame.msg:47 by nedtool.
More...
#include <EtherFrame_m.h>
Public Member Functions | |
| EtherJam (const char *name=nullptr, short kind=0) | |
| EtherJam (const EtherJam &other) | |
| virtual | ~EtherJam () |
| EtherJam & | operator= (const EtherJam &other) |
| virtual EtherJam * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual long | getAbortedPkTreeID () const |
| virtual void | setAbortedPkTreeID (long abortedPkTreeID) |
Public Member Functions inherited from inet::EtherTraffic | |
| EtherTraffic (const char *name=nullptr, short kind=0) | |
| EtherTraffic (const EtherTraffic &other) | |
| virtual | ~EtherTraffic () |
| EtherTraffic & | operator= (const EtherTraffic &other) |
Protected Member Functions | |
| bool | operator== (const EtherJam &) |
Protected Member Functions inherited from inet::EtherTraffic | |
| bool | operator== (const EtherTraffic &) |
Protected Attributes | |
| long | abortedPkTreeID |
Private Member Functions | |
| void | copy (const EtherJam &other) |
Class generated from inet/linklayer/ethernet/EtherFrame.msg:47 by nedtool.
// // Represents jam on the Ethernet. // packet EtherJam extends EtherTraffic { long abortedPkTreeID = 0; // this field stores the packetTreeId of the aborted packet }
| inet::EtherJam::EtherJam | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::EtherJam::EtherJam | ( | const EtherJam & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::EtherTraffic.
|
virtual |
Referenced by inet::EtherMAC::processMsgFromNetwork().
|
protected |
|
overridevirtual |
Reimplemented from inet::EtherTraffic.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::EtherTraffic.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::EtherMAC::sendJamSignal().
|
protected |