Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

RSVPPathMsg Class Reference

#include <RSVPPathMsg.h>

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_t & getSenderTemplate ()
void setSenderTemplate (const SenderTemplateObj_t &s)
SenderTspecObj_t & getSenderTspec ()
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]
 

00034 {return new RSVPPathMsg(*this);}

double RSVPPathMsg::getBW  )  [inline]
 

00040 {return getSender_descriptor().Sender_Tspec_Object.req_bandwidth;}

IPAddress RSVPPathMsg::getLIH  )  [inline]
 

00039 {return getHop().Logical_Interface_Handle;}

int RSVPPathMsg::getLspId  )  [inline]
 

00037 {return getSender_descriptor().Sender_Template_Object.Lsp_Id;}

IPAddress RSVPPathMsg::getNHOP  )  [inline]
 

00038 {return getHop().Next_Hop_Address;}

SenderTemplateObj_t& RSVPPathMsg::getSenderTemplate  )  [inline]
 

00041 {return getSender_descriptor().Sender_Template_Object;}

SenderTspecObj_t& RSVPPathMsg::getSenderTspec  )  [inline]
 

00043 {return getSender_descriptor().Sender_Tspec_Object;}

IPAddress RSVPPathMsg::getSrcAddress  )  [inline]
 

00036 {return getSender_descriptor().Sender_Template_Object.SrcAddress;}

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

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

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

00042 {getSender_descriptor().Sender_Template_Object = s;}

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

00044 {getSender_descriptor().Sender_Tspec_Object = s;}


The documentation for this class was generated from the following file:
Generated on Sat Apr 1 20:52:23 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.1