#include <RSVPPathMsg.h>
This class adds convenience get() and set() methods to the generated base class, but no extra data.
Public Member Functions | |
| RSVPPathTear (const char *name=NULL, int kind=PTEAR_MESSAGE) | |
| RSVPPathTear (const RSVPPathTear &other) | |
| RSVPPathTear & | operator= (const RSVPPathTear &other) |
| virtual cObject * | dup () |
| IPAddress | getNHOP () |
| IPAddress | getLIH () |
| IPAddress | getSrcAddress () |
| int | getLspId () |
|
||||||||||||
|
00057 : RSVPPathTear_Base(name,kind) {}
|
|
|
00058 : RSVPPathTear_Base(other.name()) {operator=(other);}
|
|
|
00060 {return new RSVPPathTear(*this);}
|
|
|
00063 {return getHop().Logical_Interface_Handle;}
|
|
|
00065 {return getSenderTemplate().Lsp_Id;}
|
|
|
00062 {return getHop().Next_Hop_Address;}
|
|
|
00064 {return getSenderTemplate().SrcAddress;}
|
|
|
00059 {RSVPPathTear_Base::operator=(other); return *this;}
|
1.4.1