INET Framework for OMNeT++/OMNEST
|
#include <RSVPResvMsg.h>
Public Member Functions | |
RSVPResvMsg (const char *name=nullptr, int kind=RESV_MESSAGE) | |
RSVPResvMsg (const RSVPResvMsg &other) | |
RSVPResvMsg & | operator= (const RSVPResvMsg &other) |
virtual RSVPResvMsg * | dup () const override |
IPv4Address | getNHOP () |
IPv4Address | getLIH () |
Public Member Functions inherited from inet::RSVPResvMsg_Base | |
virtual | ~RSVPResvMsg_Base () |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual RsvpHopObj_t & | getHop () |
virtual const RsvpHopObj_t & | getHop () const |
virtual void | setHop (const RsvpHopObj_t &hop) |
virtual FlowDescriptorVector & | getFlowDescriptor () |
virtual const FlowDescriptorVector & | getFlowDescriptor () const |
virtual void | setFlowDescriptor (const FlowDescriptorVector &flowDescriptor) |
Public Member Functions inherited from inet::RSVPPacket | |
RSVPPacket (const char *name=nullptr, int kind=0) | |
RSVPPacket (const RSVPPacket &other) | |
RSVPPacket & | operator= (const RSVPPacket &other) |
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 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::RSVPResvMsg_Base | |
bool | operator== (const RSVPResvMsg_Base &) |
RSVPResvMsg_Base (const char *name=nullptr, short kind=0) | |
RSVPResvMsg_Base (const RSVPResvMsg_Base &other) | |
RSVPResvMsg_Base & | operator= (const RSVPResvMsg_Base &other) |
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::RSVPResvMsg_Base | |
RsvpHopObj_t | hop |
FlowDescriptorVector | flowDescriptor |
Protected Attributes inherited from inet::RSVPPacket_Base | |
SessionObj_t | session |
bool | checksumValid |
RSVP RESV message.
This class adds convenience get() and set() methods to the generated base class, but no extra data.
|
inline |
|
inline |
|
inlineoverridevirtual |
Reimplemented from inet::RSVPResvMsg_Base.
|
inline |
Referenced by inet::RSVP::createRSB(), and inet::RSVP::processResvMsg().
|
inline |
Referenced by inet::RSVP::createRSB(), and inet::RSVP::processResvMsg().
|
inline |