INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:119
by nedtool.
More...
#include <SignallingMsg_m.h>
Public Member Functions | |
HelloTimeoutMsg (const char *name=nullptr, short kind=0) | |
HelloTimeoutMsg (const HelloTimeoutMsg &other) | |
virtual | ~HelloTimeoutMsg () |
HelloTimeoutMsg & | operator= (const HelloTimeoutMsg &other) |
virtual HelloTimeoutMsg * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual IPv4Address & | getPeer () |
virtual const IPv4Address & | getPeer () const |
virtual void | setPeer (const IPv4Address &peer) |
Public Member Functions inherited from inet::SignallingMsg | |
SignallingMsg (const char *name=nullptr, short kind=0) | |
SignallingMsg (const SignallingMsg &other) | |
virtual | ~SignallingMsg () |
SignallingMsg & | operator= (const SignallingMsg &other) |
virtual int | getCommand () const |
virtual void | setCommand (int command) |
Protected Member Functions | |
bool | operator== (const HelloTimeoutMsg &) |
Protected Member Functions inherited from inet::SignallingMsg | |
bool | operator== (const SignallingMsg &) |
Protected Attributes | |
IPv4Address | peer |
Protected Attributes inherited from inet::SignallingMsg | |
int | command |
Private Member Functions | |
void | copy (const HelloTimeoutMsg &other) |
Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:119
by nedtool.
// // FIXME missing documentation // message HelloTimeoutMsg extends SignallingMsg { IPv4Address peer;
command = MSG_HELLO_TIMEOUT; }
inet::HelloTimeoutMsg::HelloTimeoutMsg | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::HelloTimeoutMsg::HelloTimeoutMsg | ( | const HelloTimeoutMsg & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::SignallingMsg.
|
virtual |
Referenced by inet::RSVP::processHELLO_TIMEOUT().
|
inlinevirtual |
Referenced by getPeer().
HelloTimeoutMsg& inet::HelloTimeoutMsg::operator= | ( | const HelloTimeoutMsg & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::SignallingMsg.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::SignallingMsg.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::RSVP::setupHello().
|
protected |