|
INET Framework for OMNeT++/OMNEST
|
#include <SignallingMsg_m.h>
Public Member Functions | |
| HelloTimeoutMsg (const char *name=NULL, int kind=0) | |
| HelloTimeoutMsg (const HelloTimeoutMsg &other) | |
| virtual | ~HelloTimeoutMsg () |
| HelloTimeoutMsg & | operator= (const HelloTimeoutMsg &other) |
| virtual HelloTimeoutMsg * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual IPAddress & | getPeer () |
| virtual const IPAddress & | getPeer () const |
| virtual void | setPeer (const IPAddress &peer) |
| virtual int | getCommand () const |
| virtual void | setCommand (int command) |
Protected Member Functions | |
| bool | operator== (const HelloTimeoutMsg &) |
Protected Attributes | |
| IPAddress | peer_var |
| int | command_var |
Private Member Functions | |
| void | copy (const HelloTimeoutMsg &other) |
Class generated from networklayer/rsvp_te/SignallingMsg.msg by opp_msgc.
message HelloTimeoutMsg extends SignallingMsg { IPAddress peer;
int command = MSG_HELLO_TIMEOUT; }
Definition at line 349 of file SignallingMsg_m.h.
| HelloTimeoutMsg::HelloTimeoutMsg | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| HelloTimeoutMsg::HelloTimeoutMsg | ( | const HelloTimeoutMsg & | other | ) |
| virtual HelloTimeoutMsg::~HelloTimeoutMsg | ( | ) | [virtual] |
| void HelloTimeoutMsg::copy | ( | const HelloTimeoutMsg & | other | ) | [private] |
| virtual HelloTimeoutMsg* HelloTimeoutMsg::dup | ( | ) | const [inline, virtual] |
Reimplemented from SignallingMsg.
Definition at line 367 of file SignallingMsg_m.h.
{return new HelloTimeoutMsg(*this);}
| virtual int HelloTimeoutMsg::getCommand | ( | ) | const [virtual] |
Reimplemented from SignallingMsg.
| virtual IPAddress& HelloTimeoutMsg::getPeer | ( | ) | [virtual] |
Referenced by RSVP::processHELLO_TIMEOUT().
| virtual const IPAddress& HelloTimeoutMsg::getPeer | ( | ) | const [inline, virtual] |
Definition at line 373 of file SignallingMsg_m.h.
Referenced by getPeer().
{return const_cast<HelloTimeoutMsg*>(this)->getPeer();}
| HelloTimeoutMsg& HelloTimeoutMsg::operator= | ( | const HelloTimeoutMsg & | other | ) |
| bool HelloTimeoutMsg::operator== | ( | const HelloTimeoutMsg & | ) | [protected] |
| virtual void HelloTimeoutMsg::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from SignallingMsg.
Referenced by doPacking().
| virtual void HelloTimeoutMsg::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from SignallingMsg.
Referenced by doUnpacking().
| virtual void HelloTimeoutMsg::setCommand | ( | int | command | ) | [virtual] |
Reimplemented from SignallingMsg.
| virtual void HelloTimeoutMsg::setPeer | ( | const IPAddress & | peer | ) | [virtual] |
Referenced by RSVP::setupHello().
int HelloTimeoutMsg::command_var [protected] |
Reimplemented from SignallingMsg.
Definition at line 353 of file SignallingMsg_m.h.
IPAddress HelloTimeoutMsg::peer_var [protected] |
Definition at line 352 of file SignallingMsg_m.h.