Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

LDPHello Class Reference

#include <LDPPacket_m.h>

Inheritance diagram for LDPHello:

LDPPacket List of all members.

Detailed Description

Class generated from 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 ()
LDPHellooperator= (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


Constructor & Destructor Documentation

LDPHello::LDPHello const char *  name = NULL,
int  kind = 0
 

LDPHello::LDPHello const LDPHello other  ) 
 

virtual LDPHello::~LDPHello  )  [virtual]
 


Member Function Documentation

virtual cPolymorphic* LDPHello::dup  )  const [inline, virtual]
 

Reimplemented from LDPPacket.

00238 {return new LDPHello(*this);}

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.

LDPHello& LDPHello::operator= const LDPHello other  ) 
 

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]
 


Member Data Documentation

double LDPHello::holdTime_var [protected]
 

bool LDPHello::rbit_var [protected]
 

bool LDPHello::tbit_var [protected]
 


The documentation for this class was generated from the following file:
Generated on Thu Oct 19 18:22:26 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0