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