RSVPPathMsg Class Reference

#include <RSVPPathMsg.h>

Inheritance diagram for RSVPPathMsg:

RSVPPathMsg_Base RSVPPacket RSVPPacket_Base RSVPMessage List of all members.

Detailed Description

RSVP PATH message

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


Public Member Functions

 RSVPPathMsg (const char *name=NULL, int kind=PATH_MESSAGE)
 RSVPPathMsg (const RSVPPathMsg &other)
RSVPPathMsgoperator= (const RSVPPathMsg &other)
virtual cObject * dup ()
IPAddress getSrcAddress ()
int getLspId ()
IPAddress getNHOP ()
IPAddress getLIH ()
double getBW ()
SenderTemplateObj_tgetSenderTemplate ()
void setSenderTemplate (const SenderTemplateObj_t &s)
SenderTspecObj_tgetSenderTspec ()
void setSenderTspec (const SenderTspecObj_t &s)


Constructor & Destructor Documentation

RSVPPathMsg::RSVPPathMsg ( const char *  name = NULL,
int  kind = PATH_MESSAGE 
) [inline]

00031 : RSVPPathMsg_Base(name,kind) {}

RSVPPathMsg::RSVPPathMsg ( const RSVPPathMsg other  )  [inline]

00032 : RSVPPathMsg_Base(other.name()) {operator=(other);}


Member Function Documentation

virtual cObject* RSVPPathMsg::dup (  )  [inline, virtual]

Reimplemented from RSVPPacket.

00034 {return new RSVPPathMsg(*this);}

double RSVPPathMsg::getBW (  )  [inline]

IPAddress RSVPPathMsg::getLIH (  )  [inline]

00039 {return getHop().Logical_Interface_Handle;}

int RSVPPathMsg::getLspId (  )  [inline]

IPAddress RSVPPathMsg::getNHOP (  )  [inline]

00038 {return getHop().Next_Hop_Address;}

SenderTemplateObj_t& RSVPPathMsg::getSenderTemplate (  )  [inline]

SenderTspecObj_t& RSVPPathMsg::getSenderTspec (  )  [inline]

IPAddress RSVPPathMsg::getSrcAddress (  )  [inline]

RSVPPathMsg& RSVPPathMsg::operator= ( const RSVPPathMsg other  )  [inline]

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

void RSVPPathMsg::setSenderTemplate ( const SenderTemplateObj_t s  )  [inline]

void RSVPPathMsg::setSenderTspec ( const SenderTspecObj_t s  )  [inline]


The documentation for this class was generated from the following file:
Generated on Wed Apr 4 13:20:23 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7