#include <RSVPPathMsg.h>
Inheritance diagram for RSVPPathError:
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) |
RSVPPathError::RSVPPathError | ( | const char * | name = NULL , |
|
int | kind = PERROR_MESSAGE | |||
) | [inline] |
RSVPPathError::RSVPPathError | ( | const RSVPPathError & | other | ) | [inline] |
virtual cObject* RSVPPathError::dup | ( | ) | [inline, virtual] |
double RSVPPathError::getBW | ( | ) | [inline] |
int RSVPPathError::getLspId | ( | ) | [inline] |
SenderTemplateObj_t& RSVPPathError::getSenderTemplate | ( | ) | [inline] |
SenderTspecObj_t& RSVPPathError::getSenderTspec | ( | ) | [inline] |
IPAddress RSVPPathError::getSrcAddress | ( | ) | [inline] |
RSVPPathError& RSVPPathError::operator= | ( | const RSVPPathError & | other | ) | [inline] |
void RSVPPathError::setSenderTemplate | ( | const SenderTemplateObj_t & | s | ) | [inline] |
void RSVPPathError::setSenderTspec | ( | const SenderTspecObj_t & | s | ) | [inline] |