RSVPPathError Class Reference
#include <RSVPPathMsg.h>
List of all members.
Detailed Description
RSVP PATH ERROR message
This class adds convenience get() and set() methods to the generated base class, but no extra data.
Constructor & Destructor Documentation
RSVPPathError::RSVPPathError |
( |
const char * |
name = NULL , |
|
|
int |
kind = PERROR_MESSAGE | |
|
) |
| | [inline] |
Referenced by dup().
00078 : RSVPPathError_Base(name,kind) {}
RSVPPathError::RSVPPathError |
( |
const RSVPPathError & |
other |
) |
[inline] |
00079 : RSVPPathError_Base(other.getName()) {operator=(other);}
Member Function Documentation
Referenced by RSVPPathError().
00080 {RSVPPathError_Base::operator=(other); return *this;}
virtual RSVPPathError* RSVPPathError::dup |
( |
|
) |
const [inline, virtual] |
IPAddress RSVPPathError::getSrcAddress |
( |
|
) |
[inline] |
00083 {return getSender_descriptor().Sender_Template_Object.SrcAddress;}
int RSVPPathError::getLspId |
( |
|
) |
[inline] |
00084 {return getSender_descriptor().Sender_Template_Object.Lsp_Id;}
double RSVPPathError::getBW |
( |
|
) |
[inline] |
00085 {return getSender_descriptor().Sender_Tspec_Object.req_bandwidth;}
SenderTemplateObj_t& RSVPPathError::getSenderTemplate |
( |
|
) |
[inline] |
void RSVPPathError::setSenderTemplate |
( |
const SenderTemplateObj_t & |
s |
) |
[inline] |
SenderTspecObj_t& RSVPPathError::getSenderTspec |
( |
|
) |
[inline] |
00089 {return getSender_descriptor().Sender_Tspec_Object;}
void RSVPPathError::setSenderTspec |
( |
const SenderTspecObj_t & |
s |
) |
[inline] |
The documentation for this class was generated from the following file: