INET Framework for OMNeT++/OMNEST
RSVPResvMsg Class Reference

#include <RSVPResvMsg.h>

List of all members.

Public Member Functions

 RSVPResvMsg (const char *name=NULL, int kind=RESV_MESSAGE)
 RSVPResvMsg (const RSVPResvMsg &other)
RSVPResvMsgoperator= (const RSVPResvMsg &other)
virtual RSVPResvMsgdup () const
IPAddress getNHOP ()
IPAddress getLIH ()

Detailed Description

RSVP RESV message

This class adds convenience get() and set() methods to the generated base class, but no extra data.


Constructor & Destructor Documentation

RSVPResvMsg::RSVPResvMsg ( const char *  name = NULL,
int  kind = RESV_MESSAGE 
) [inline]

Referenced by dup().

: RSVPResvMsg_Base(name,kind) {}
RSVPResvMsg::RSVPResvMsg ( const RSVPResvMsg other) [inline]
: RSVPResvMsg_Base(other.getName()) {operator=(other);}

Member Function Documentation

virtual RSVPResvMsg* RSVPResvMsg::dup ( ) const [inline, virtual]
{return new RSVPResvMsg(*this);}
IPAddress RSVPResvMsg::getLIH ( ) [inline]

Referenced by RSVP::createRSB(), and RSVP::processResvMsg().

{return getHop().Logical_Interface_Handle;}
IPAddress RSVPResvMsg::getNHOP ( ) [inline]

Referenced by RSVP::createRSB(), and RSVP::processResvMsg().

{return getHop().Next_Hop_Address;}
RSVPResvMsg& RSVPResvMsg::operator= ( const RSVPResvMsg other) [inline]

Referenced by RSVPResvMsg().

{RSVPResvMsg_Base::operator=(other); return *this;}

The documentation for this class was generated from the following file: