INET Framework for OMNeT++/OMNEST
|
RSVP message common part. More...
#include <RSVPPacket.h>
Public Member Functions | |
RSVPPacket (const char *name=nullptr, int kind=0) | |
RSVPPacket (const RSVPPacket &other) | |
RSVPPacket & | operator= (const RSVPPacket &other) |
virtual RSVPPacket * | dup () const override |
IPv4Address | getDestAddress () |
int | getTunnelId () |
int | getExTunnelId () |
int | getSetupPri () |
int | getHoldingPri () |
bool | isInSession (SessionObj_t *s) |
Public Member Functions inherited from inet::RSVPPacket_Base | |
virtual | ~RSVPPacket_Base () |
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 bool | getChecksumValid () const |
virtual void | setChecksumValid (bool checksumValid) |
Additional Inherited Members | |
Protected Member Functions inherited from inet::RSVPPacket_Base | |
bool | operator== (const RSVPPacket_Base &) |
RSVPPacket_Base (const char *name=nullptr, short kind=0) | |
RSVPPacket_Base (const RSVPPacket_Base &other) | |
RSVPPacket_Base & | operator= (const RSVPPacket_Base &other) |
Protected Attributes inherited from inet::RSVPPacket_Base | |
SessionObj_t | session |
bool | checksumValid |
RSVP message common part.
This class adds convenience get() and set() methods to the generated base class, but no extra data.
|
inline |
|
inline |
|
inlineoverridevirtual |
Reimplemented from inet::RSVPPacket_Base.
Reimplemented in inet::RSVPPathError_Base, inet::RSVPResvError_Base, inet::RSVPPathTear_Base, inet::RSVPResvTear_Base, inet::RSVPPathMsg_Base, inet::RSVPResvMsg_Base, inet::RSVPPathError, inet::RSVPResvError, inet::RSVPPathTear, inet::RSVPResvTear, inet::RSVPPathMsg, and inet::RSVPResvMsg.
|
inline |
Referenced by inet::RSVP::createPSB().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by inet::RSVP::processResvMsg().
|
inline |