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.
Constructor & Destructor Documentation
RSVPPathMsg::RSVPPathMsg |
( |
const char * |
name = NULL , |
|
|
int |
kind = PATH_MESSAGE | |
|
) |
| | [inline] |
Referenced by dup().
00031 : RSVPPathMsg_Base(name,kind) {}
RSVPPathMsg::RSVPPathMsg |
( |
const RSVPPathMsg & |
other |
) |
[inline] |
00032 : RSVPPathMsg_Base(other.getName()) {operator=(other);}
Member Function Documentation
Referenced by RSVPPathMsg().
00033 {RSVPPathMsg_Base::operator=(other); return *this;}
virtual RSVPPathMsg* RSVPPathMsg::dup |
( |
|
) |
const [inline, virtual] |
IPAddress RSVPPathMsg::getSrcAddress |
( |
|
) |
[inline] |
00036 {return getSender_descriptor().Sender_Template_Object.SrcAddress;}
int RSVPPathMsg::getLspId |
( |
|
) |
[inline] |
Referenced by RSVP::print().
00037 {return getSender_descriptor().Sender_Template_Object.Lsp_Id;}
00039 {return getHop().Logical_Interface_Handle;}
double RSVPPathMsg::getBW |
( |
|
) |
[inline] |
00040 {return getSender_descriptor().Sender_Tspec_Object.req_bandwidth;}
SenderTemplateObj_t& RSVPPathMsg::getSenderTemplate |
( |
|
) |
[inline] |
void RSVPPathMsg::setSenderTemplate |
( |
const SenderTemplateObj_t & |
s |
) |
[inline] |
00042 {getSender_descriptor().Sender_Template_Object = s;}
SenderTspecObj_t& RSVPPathMsg::getSenderTspec |
( |
|
) |
[inline] |
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: