#include <SignallingMsg_m.h>
Inheritance diagram for HelloTimeoutMsg:
SignallingMsg.msg
by opp_msgc. message HelloTimeoutMsg extends SignallingMsg { fields: IPAddress peer;
int command = MSG_HELLO_TIMEOUT; };
Public Member Functions | |
HelloTimeoutMsg (const char *name=NULL, int kind=0) | |
HelloTimeoutMsg (const HelloTimeoutMsg &other) | |
virtual | ~HelloTimeoutMsg () |
HelloTimeoutMsg & | operator= (const HelloTimeoutMsg &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual IPAddress & | getPeer () |
virtual const IPAddress & | getPeer () const |
virtual void | setPeer (const IPAddress &peer_var) |
virtual int | getCommand () const |
virtual void | setCommand (int command_var) |
Protected Member Functions | |
bool | operator== (const HelloTimeoutMsg &) |
Protected Attributes | |
IPAddress | peer_var |
int | command_var |
|
|
|
|
|
|
|
Reimplemented from SignallingMsg. 00343 {return new HelloTimeoutMsg(*this);}
|
|
Reimplemented from SignallingMsg. |
|
00349 {return const_cast<HelloTimeoutMsg*>(this)->getPeer();}
|
|
|
|
Reimplemented from SignallingMsg. |
|
Reimplemented from SignallingMsg. |
|
|
|
|
|
Reimplemented from SignallingMsg. |
|
|
|
Reimplemented from SignallingMsg. |
|
|