|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/linklayer/ethernet/EtherFrame.msg:144 by nedtool.
More...
#include <EtherFrame_m.h>
Public Member Functions | |
| EtherPauseFrame (const char *name=nullptr, short kind=0) | |
| EtherPauseFrame (const EtherPauseFrame &other) | |
| virtual | ~EtherPauseFrame () |
| EtherPauseFrame & | operator= (const EtherPauseFrame &other) |
| virtual EtherPauseFrame * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual int | getPauseTime () const |
| virtual void | setPauseTime (int pauseTime) |
Public Member Functions inherited from inet::EtherFrame | |
| EtherFrame (const char *name=nullptr, short kind=0) | |
| EtherFrame (const EtherFrame &other) | |
| virtual | ~EtherFrame () |
| EtherFrame & | operator= (const EtherFrame &other) |
| virtual MACAddress & | getDest () |
| virtual const MACAddress & | getDest () const |
| virtual void | setDest (const MACAddress &dest) |
| virtual MACAddress & | getSrc () |
| virtual const MACAddress & | getSrc () const |
| virtual void | setSrc (const MACAddress &src) |
Protected Member Functions | |
| bool | operator== (const EtherPauseFrame &) |
Protected Member Functions inherited from inet::EtherFrame | |
| bool | operator== (const EtherFrame &) |
Protected Attributes | |
| int | pauseTime |
Protected Attributes inherited from inet::EtherFrame | |
| MACAddress | dest |
| MACAddress | src |
Private Member Functions | |
| void | copy (const EtherPauseFrame &other) |
Class generated from inet/linklayer/ethernet/EtherFrame.msg:144 by nedtool.
// // Ethernet frame used by the PAUSE protocol // packet EtherPauseFrame extends EtherFrame { int pauseTime; // in 512 bit-time units }
| inet::EtherPauseFrame::EtherPauseFrame | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::EtherPauseFrame::EtherPauseFrame | ( | const EtherPauseFrame & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::EtherFrame.
|
virtual |
| EtherPauseFrame& inet::EtherPauseFrame::operator= | ( | const EtherPauseFrame & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::EtherFrame.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::EtherFrame.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::EtherEncap::handleSendPause(), and inet::EtherLLC::handleSendPause().
|
protected |