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

LDPNotify Class Reference

#include <LDPPacket_m.h>

Inheritance diagram for LDPNotify:

LDPPacket List of all members.

Detailed Description

Class generated from LDPPacket.msg by opp_msgc.
 message LDPNotify extends LDPPacket
 {
     fields:
         int status;
         FEC_TLV fec;
 };
 


Public Member Functions

 LDPNotify (const char *name=NULL, int kind=0)
 LDPNotify (const LDPNotify &other)
virtual ~LDPNotify ()
LDPNotifyoperator= (const LDPNotify &other)
virtual cPolymorphic * dup () const
virtual void netPack (cCommBuffer *b)
virtual void netUnpack (cCommBuffer *b)
virtual int getStatus () const
virtual void setStatus (int status_var)
virtual FEC_TLVgetFec ()
virtual const FEC_TLVgetFec () const
virtual void setFec (const FEC_TLV &fec_var)

Protected Member Functions

bool operator== (const LDPNotify &)

Protected Attributes

int status_var
FEC_TLV fec_var


Constructor & Destructor Documentation

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

LDPNotify::LDPNotify const LDPNotify other  ) 
 

virtual LDPNotify::~LDPNotify  )  [virtual]
 


Member Function Documentation

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

Reimplemented from LDPPacket.

00279 {return new LDPNotify(*this);}

virtual const FEC_TLV& LDPNotify::getFec  )  const [inline, virtual]
 

00287 {return const_cast<LDPNotify*>(this)->getFec();}

virtual FEC_TLV& LDPNotify::getFec  )  [virtual]
 

virtual int LDPNotify::getStatus  )  const [virtual]
 

virtual void LDPNotify::netPack cCommBuffer *  b  )  [virtual]
 

Reimplemented from LDPPacket.

virtual void LDPNotify::netUnpack cCommBuffer *  b  )  [virtual]
 

Reimplemented from LDPPacket.

LDPNotify& LDPNotify::operator= const LDPNotify other  ) 
 

bool LDPNotify::operator== const LDPNotify  )  [protected]
 

virtual void LDPNotify::setFec const FEC_TLV fec_var  )  [virtual]
 

virtual void LDPNotify::setStatus int  status_var  )  [virtual]
 


Member Data Documentation

FEC_TLV LDPNotify::fec_var [protected]
 

int LDPNotify::status_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