|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/rsvpte/SignallingMsg.msg:116 by opp_msgtool.
More...
#include <SignallingMsg_m.h>
Public Member Functions | |
| PathNotifyMsg (const char *name=nullptr, short kind=0) | |
| PathNotifyMsg (const PathNotifyMsg &other) | |
| virtual | ~PathNotifyMsg () |
| PathNotifyMsg & | operator= (const PathNotifyMsg &other) |
| virtual PathNotifyMsg * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual const SessionObj & | getSession () const |
| virtual SessionObj & | getSessionForUpdate () |
| virtual void | setSession (const SessionObj &session) |
| virtual const SenderTemplateObj & | getSender () const |
| virtual SenderTemplateObj & | getSenderForUpdate () |
| virtual void | setSender (const SenderTemplateObj &sender) |
| virtual int | getStatus () const |
| virtual void | setStatus (int status) |
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 PathNotifyMsg &)=delete |
Protected Member Functions inherited from inet::SignallingMsg | |
| bool | operator== (const SignallingMsg &)=delete |
Protected Attributes | |
| SessionObj | session |
| SenderTemplateObj | sender |
| int | status = 0 |
Protected Attributes inherited from inet::SignallingMsg | |
| int | command = 0 |
Private Member Functions | |
| void | copy (const PathNotifyMsg &other) |
Class generated from inet/networklayer/rsvpte/SignallingMsg.msg:116 by opp_msgtool.
// // FIXME missing documentation // message PathNotifyMsg extends SignallingMsg { SessionObj session; SenderTemplateObj sender;
int status;
command = MSG_PATH_NOTIFY; }
| inet::PathNotifyMsg::PathNotifyMsg | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::PathNotifyMsg::PathNotifyMsg | ( | const PathNotifyMsg & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::SignallingMsg.
|
virtual |
Referenced by inet::RsvpTe::processPATH_NOTIFY().
|
inlinevirtual |
|
virtual |
Referenced by inet::RsvpTe::processPATH_NOTIFY().
|
inlinevirtual |
|
virtual |
Referenced by inet::RsvpTe::processPATH_NOTIFY().
| PathNotifyMsg& inet::PathNotifyMsg::operator= | ( | const PathNotifyMsg & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::SignallingMsg.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::SignallingMsg.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::RsvpTe::sendPathNotify().
|
virtual |
Referenced by inet::RsvpTe::sendPathNotify().
|
virtual |
Referenced by inet::RsvpTe::sendPathNotify().
|
protected |
|
protected |
|
protected |