#include <SignallingMsg_m.h>
Inheritance diagram for PsbTimeoutMsg:
SignallingMsg.msg
by opp_msgc. message PsbTimeoutMsg extends SignallingMsg { fields: int id;
int command = MSG_PSB_TIMEOUT; };
Public Member Functions | |
PsbTimeoutMsg (const char *name=NULL, int kind=0) | |
PsbTimeoutMsg (const PsbTimeoutMsg &other) | |
virtual | ~PsbTimeoutMsg () |
PsbTimeoutMsg & | operator= (const PsbTimeoutMsg &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual int | getId () const |
virtual void | setId (int id_var) |
virtual int | getCommand () const |
virtual void | setCommand (int command_var) |
Protected Member Functions | |
bool | operator== (const PsbTimeoutMsg &) |
Protected Attributes | |
int | id_var |
int | command_var |
|
|
|
|
|
|
|
Reimplemented from SignallingMsg. 00142 {return new PsbTimeoutMsg(*this);}
|
|
Reimplemented from SignallingMsg. |
|
|
|
Reimplemented from SignallingMsg. |
|
Reimplemented from SignallingMsg. |
|
|
|
|
|
Reimplemented from SignallingMsg. |
|
|
|
Reimplemented from SignallingMsg. |
|
|