#include <SignallingMsg_m.h>
Inheritance diagram for PathNotifyMsg:
SignallingMsg.msg
by opp_msgc. message PathNotifyMsg extends SignallingMsg { fields: SessionObj_t session; SenderTemplateObj_t sender;
int status;
int command = MSG_PATH_NOTIFY; };
Public Member Functions | |
PathNotifyMsg (const char *name=NULL, int kind=0) | |
PathNotifyMsg (const PathNotifyMsg &other) | |
virtual | ~PathNotifyMsg () |
PathNotifyMsg & | operator= (const PathNotifyMsg &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual SessionObj_t & | getSession () |
virtual const SessionObj_t & | getSession () const |
virtual void | setSession (const SessionObj_t &session_var) |
virtual SenderTemplateObj_t & | getSender () |
virtual const SenderTemplateObj_t & | getSender () const |
virtual void | setSender (const SenderTemplateObj_t &sender_var) |
virtual int | getStatus () const |
virtual void | setStatus (int status_var) |
virtual int | getCommand () const |
virtual void | setCommand (int command_var) |
Protected Member Functions | |
bool | operator== (const PathNotifyMsg &) |
Protected Attributes | |
SessionObj_t | session_var |
SenderTemplateObj_t | sender_var |
int | status_var |
int | command_var |
|
|
|
|
|
|
|
Reimplemented from SignallingMsg. 00389 {return new PathNotifyMsg(*this);}
|
|
Reimplemented from SignallingMsg. |
|
00398 {return const_cast<PathNotifyMsg*>(this)->getSender();}
|
|
|
|
00395 {return const_cast<PathNotifyMsg*>(this)->getSession();}
|
|
|
|
|
|
Reimplemented from SignallingMsg. |
|
Reimplemented from SignallingMsg. |
|
|
|
|
|
Reimplemented from SignallingMsg. |
|
|
|
|
|
|
|
Reimplemented from SignallingMsg. |
|
|
|
|
|
|