INET Framework for OMNeT++/OMNEST
|
RSVP HELLO REQUEST message. More...
#include <RSVPHelloMsg.h>
Public Member Functions | |
RSVPHelloMsg (const char *name=nullptr, int kind=RSVP_TRAFFIC) | |
RSVPHelloMsg (const RSVPHelloMsg &other) | |
RSVPHelloMsg & | operator= (const RSVPHelloMsg &other) |
virtual RSVPHelloMsg * | dup () const override |
Public Member Functions inherited from inet::RSVPHelloMsg_Base | |
virtual | ~RSVPHelloMsg_Base () |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual bool | getRequest () const |
virtual void | setRequest (bool request) |
virtual bool | getAck () const |
virtual void | setAck (bool ack) |
virtual int | getSrcInstance () const |
virtual void | setSrcInstance (int srcInstance) |
virtual int | getDstInstance () const |
virtual void | setDstInstance (int dstInstance) |
Additional Inherited Members | |
Protected Member Functions inherited from inet::RSVPHelloMsg_Base | |
bool | operator== (const RSVPHelloMsg_Base &) |
RSVPHelloMsg_Base (const char *name=nullptr, short kind=0) | |
RSVPHelloMsg_Base (const RSVPHelloMsg_Base &other) | |
RSVPHelloMsg_Base & | operator= (const RSVPHelloMsg_Base &other) |
Protected Attributes inherited from inet::RSVPHelloMsg_Base | |
bool | request |
bool | ack |
int | srcInstance |
int | dstInstance |
RSVP HELLO REQUEST message.
This class adds convenience get() and set() methods to the generated base class, but no extra data.
|
inline |
|
inline |
|
inlineoverridevirtual |
Reimplemented from inet::RSVPHelloMsg_Base.
|
inline |