|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/linklayer/common/Ieee802Ctrl.msg:23 by opp_msgtool.
More...
#include <Ieee802Ctrl_m.h>
Public Member Functions | |
| Ieee802PauseCommand () | |
| Ieee802PauseCommand (const Ieee802PauseCommand &other) | |
| virtual | ~Ieee802PauseCommand () |
| Ieee802PauseCommand & | operator= (const Ieee802PauseCommand &other) |
| virtual Ieee802PauseCommand * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual const MacAddress & | getDestinationAddress () const |
| virtual MacAddress & | getDestinationAddressForUpdate () |
| virtual void | setDestinationAddress (const MacAddress &destinationAddress) |
| virtual int | getPauseUnits () const |
| virtual void | setPauseUnits (int pauseUnits) |
Protected Member Functions | |
| bool | operator== (const Ieee802PauseCommand &)=delete |
Protected Attributes | |
| MacAddress | destinationAddress |
| int | pauseUnits = 0 |
Private Member Functions | |
| void | copy (const Ieee802PauseCommand &other) |
Class generated from inet/linklayer/common/Ieee802Ctrl.msg:23 by opp_msgtool.
// used with IEEE802CTRL_SENDPAUSE class Ieee802PauseCommand extends cObject { MacAddress destinationAddress; int pauseUnits; }
| inet::Ieee802PauseCommand::Ieee802PauseCommand | ( | ) |
| inet::Ieee802PauseCommand::Ieee802PauseCommand | ( | const Ieee802PauseCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
|
inlinevirtual |
|
virtual |
| Ieee802PauseCommand& inet::Ieee802PauseCommand::operator= | ( | const Ieee802PauseCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Referenced by inet::doParsimPacking().
|
overridevirtual |
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
|
protected |