#include <LDPPacket_m.h>
Inheritance diagram for LDPHello:
LDPPacket.msg
by opp_msgc. message LDPHello extends LDPPacket { fields: double holdTime; bool tbit; bool rbit; };
Public Member Functions | |
LDPHello (const char *name=NULL, int kind=0) | |
LDPHello (const LDPHello &other) | |
virtual | ~LDPHello () |
LDPHello & | operator= (const LDPHello &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual double | getHoldTime () const |
virtual void | setHoldTime (double holdTime_var) |
virtual bool | getTbit () const |
virtual void | setTbit (bool tbit_var) |
virtual bool | getRbit () const |
virtual void | setRbit (bool rbit_var) |
Protected Member Functions | |
bool | operator== (const LDPHello &) |
Protected Attributes | |
double | holdTime_var |
bool | tbit_var |
bool | rbit_var |
LDPHello::LDPHello | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
LDPHello::LDPHello | ( | const LDPHello & | other | ) |
virtual LDPHello::~LDPHello | ( | ) | [virtual] |
virtual cPolymorphic* LDPHello::dup | ( | ) | const [inline, virtual] |
virtual double LDPHello::getHoldTime | ( | ) | const [virtual] |
virtual bool LDPHello::getRbit | ( | ) | const [virtual] |
virtual bool LDPHello::getTbit | ( | ) | const [virtual] |
virtual void LDPHello::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from LDPPacket.
virtual void LDPHello::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from LDPPacket.
bool LDPHello::operator== | ( | const LDPHello & | ) | [protected] |
virtual void LDPHello::setHoldTime | ( | double | holdTime_var | ) | [virtual] |
virtual void LDPHello::setRbit | ( | bool | rbit_var | ) | [virtual] |
virtual void LDPHello::setTbit | ( | bool | tbit_var | ) | [virtual] |
double LDPHello::holdTime_var [protected] |
bool LDPHello::rbit_var [protected] |
bool LDPHello::tbit_var [protected] |