|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/common/IPProtocolId.msg:62 by nedtool.
More...
#include <IPProtocolId_m.h>
Public Member Functions | |
| IPRegisterProtocolCommand () | |
| IPRegisterProtocolCommand (const IPRegisterProtocolCommand &other) | |
| virtual | ~IPRegisterProtocolCommand () |
| IPRegisterProtocolCommand & | operator= (const IPRegisterProtocolCommand &other) |
| virtual IPRegisterProtocolCommand * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual int | getProtocol () const |
| virtual void | setProtocol (int protocol) |
Protected Member Functions | |
| bool | operator== (const IPRegisterProtocolCommand &) |
Protected Attributes | |
| int | protocol |
Private Member Functions | |
| void | copy (const IPRegisterProtocolCommand &other) |
Class generated from inet/networklayer/common/IPProtocolId.msg:62 by nedtool.
class IPRegisterProtocolCommand { int protocol @enum(IPProtocolId); }
| inet::IPRegisterProtocolCommand::IPRegisterProtocolCommand | ( | ) |
| inet::IPRegisterProtocolCommand::IPRegisterProtocolCommand | ( | const IPRegisterProtocolCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
| IPRegisterProtocolCommand& inet::IPRegisterProtocolCommand::operator= | ( | const IPRegisterProtocolCommand & | other | ) |
|
protected |
|
overridevirtual |
Referenced by inet::doParsimPacking().
|
overridevirtual |
Referenced by inet::doParsimUnpacking().
|
virtual |
|
protected |