#include <RSVPPathMsg.h>
This class adds convenience get() and set() methods to the generated base class, but no extra data.
Public Member Functions | |
RSVPPathError (const char *name=NULL, int kind=PERROR_MESSAGE) | |
RSVPPathError (const RSVPPathError &other) | |
RSVPPathError & | operator= (const RSVPPathError &other) |
virtual cObject * | dup () |
IPAddress | getSrcAddress () |
int | getLspId () |
double | getBW () |
SenderTemplateObj_t & | getSenderTemplate () |
void | setSenderTemplate (const SenderTemplateObj_t &s) |
SenderTspecObj_t & | getSenderTspec () |
void | setSenderTspec (const SenderTspecObj_t &s) |
|
00078 : RSVPPathError_Base(name,kind) {}
|
|
00079 : RSVPPathError_Base(other.name()) {operator=(other);}
|
|
00081 {return new RSVPPathError(*this);}
|
|
00085 {return getSender_descriptor().Sender_Tspec_Object.req_bandwidth;}
|
|
00084 {return getSender_descriptor().Sender_Template_Object.Lsp_Id;}
|
|
00087 {return getSender_descriptor().Sender_Template_Object;}
|
|
00089 {return getSender_descriptor().Sender_Tspec_Object;}
|
|
00083 {return getSender_descriptor().Sender_Template_Object.SrcAddress;}
|
|
00080 {RSVPPathError_Base::operator=(other); return *this;}
|
|
00088 {getSender_descriptor().Sender_Template_Object = s;}
|
|
00090 {getSender_descriptor().Sender_Tspec_Object = s;}
|