#include <RSVPResvMsg.h>
This class adds convenience get() and set() methods to the generated base class, but no extra data.
Public Member Functions | |
RSVPResvMsg (const char *name=NULL, int kind=RESV_MESSAGE) | |
RSVPResvMsg (const RSVPResvMsg &other) | |
RSVPResvMsg & | operator= (const RSVPResvMsg &other) |
virtual cObject * | dup () const |
IPAddress | getNHOP () |
IPAddress | getLIH () |
|
00031 : RSVPResvMsg_Base(name,kind) {}
|
|
00032 : RSVPResvMsg_Base(other.name()) {operator=(other);}
|
|
00034 {return new RSVPResvMsg(*this);}
|
|
00037 {return getHop().Logical_Interface_Handle;}
|
|
00036 {return getHop().Next_Hop_Address;}
|
|
00033 {RSVPResvMsg_Base::operator=(other); return *this;}
|