INET Framework for OMNeT++/OMNEST
|
Class generated from inet/linklayer/ethernet/EtherFrame.msg:56
by nedtool.
More...
#include <EtherFrame_m.h>
Public Member Functions | |
EtherFilledIFG (const char *name=nullptr, short kind=0) | |
EtherFilledIFG (const EtherFilledIFG &other) | |
virtual | ~EtherFilledIFG () |
EtherFilledIFG & | operator= (const EtherFilledIFG &other) |
virtual EtherFilledIFG * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
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 EtherFilledIFG &) |
Protected Member Functions inherited from inet::EtherTraffic | |
bool | operator== (const EtherTraffic &) |
Private Member Functions | |
void | copy (const EtherFilledIFG &other) |
Class generated from inet/linklayer/ethernet/EtherFrame.msg:56
by nedtool.
// // Represents a filled inter-frame gap in burst mode. // Also used for calculating IFG times. // packet EtherFilledIFG extends EtherTraffic { bitLength = INTERFRAME_GAP_BITS; }
inet::EtherFilledIFG::EtherFilledIFG | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::EtherFilledIFG::EtherFilledIFG | ( | const EtherFilledIFG & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::EtherTraffic.
EtherFilledIFG& inet::EtherFilledIFG::operator= | ( | const EtherFilledIFG & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::EtherTraffic.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::EtherTraffic.
Referenced by inet::doParsimUnpacking().