INET Framework for OMNeT++/OMNEST
|
Represents an Ethernet PHY frame. More...
#include <EtherFrame.h>
Public Member Functions | |
EtherPhyFrame (const char *name=nullptr, int kind=0) | |
EtherPhyFrame (const EtherPhyFrame &other) | |
EtherPhyFrame & | operator= (const EtherPhyFrame &other) |
virtual EtherPhyFrame * | dup () const override |
virtual const char * | getDisplayString () const override |
Public Member Functions inherited from inet::EtherPhyFrame_Base | |
virtual | ~EtherPhyFrame_Base () |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual bool | getSrcMacFullDuplex () const |
virtual void | setSrcMacFullDuplex (bool srcMacFullDuplex) |
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) |
Private Member Functions | |
void | copy (const EtherPhyFrame &other) |
Additional Inherited Members | |
Protected Member Functions inherited from inet::EtherPhyFrame_Base | |
bool | operator== (const EtherPhyFrame_Base &) |
EtherPhyFrame_Base (const char *name=nullptr, short kind=0) | |
EtherPhyFrame_Base (const EtherPhyFrame_Base &other) | |
EtherPhyFrame_Base & | operator= (const EtherPhyFrame_Base &other) |
Protected Member Functions inherited from inet::EtherTraffic | |
bool | operator== (const EtherTraffic &) |
Protected Attributes inherited from inet::EtherPhyFrame_Base | |
bool | srcMacFullDuplex |
Represents an Ethernet PHY frame.
See EtherFrame.msg for details.
|
inline |
Referenced by dup().
|
inline |
|
inlineprivate |
Referenced by EtherPhyFrame(), and operator=().
|
inlineoverridevirtual |
Reimplemented from inet::EtherPhyFrame_Base.
|
inlineoverridevirtual |
Referenced by getDisplayString().
|
inline |