INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:129
by nedtool.
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 SessionObj_t & | getSession () |
virtual const SessionObj_t & | getSession () const |
virtual void | setSession (const SessionObj_t &session) |
virtual SenderTemplateObj_t & | getSender () |
virtual const SenderTemplateObj_t & | getSender () const |
virtual void | setSender (const SenderTemplateObj_t &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 &) |
Protected Member Functions inherited from inet::SignallingMsg | |
bool | operator== (const SignallingMsg &) |
Protected Attributes | |
SessionObj_t | session |
SenderTemplateObj_t | sender |
int | status |
Protected Attributes inherited from inet::SignallingMsg | |
int | command |
Private Member Functions | |
void | copy (const PathNotifyMsg &other) |
Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:129
by nedtool.
// // FIXME missing documentation // message PathNotifyMsg extends SignallingMsg { SessionObj_t session; SenderTemplateObj_t 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::RSVP::processPATH_NOTIFY().
|
inlinevirtual |
Referenced by getSender().
|
virtual |
Referenced by inet::RSVP::processPATH_NOTIFY().
|
inlinevirtual |
Referenced by getSession().
|
virtual |
Referenced by inet::RSVP::processPATH_NOTIFY().
PathNotifyMsg& inet::PathNotifyMsg::operator= | ( | const PathNotifyMsg & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::SignallingMsg.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::SignallingMsg.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::RSVP::sendPathNotify().
|
virtual |
Referenced by inet::RSVP::sendPathNotify().
|
virtual |
Referenced by inet::RSVP::sendPathNotify().
|
protected |
|
protected |
|
protected |