INET Framework for OMNeT++/OMNEST
LDPNotify Class Reference

#include <LDPPacket_m.h>

Inheritance diagram for LDPNotify:
LDPPacket

List of all members.

Public Member Functions

 LDPNotify (const char *name=NULL, int kind=0)
 LDPNotify (const LDPNotify &other)
virtual ~LDPNotify ()
LDPNotifyoperator= (const LDPNotify &other)
virtual LDPNotifydup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getStatus () const
virtual void setStatus (int status)
virtual FEC_TLVgetFec ()
virtual const FEC_TLVgetFec () const
virtual void setFec (const FEC_TLV &fec)

Protected Member Functions

bool operator== (const LDPNotify &)

Protected Attributes

int status_var
FEC_TLV fec_var

Private Member Functions

void copy (const LDPNotify &other)

Detailed Description

Class generated from networklayer/ldp/LDPPacket.msg by opp_msgc.

 packet LDPNotify extends LDPPacket
 {
     int status;
     FEC_TLV fec;
 }
 

Definition at line 276 of file LDPPacket_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

LDPNotify::LDPNotify ( const LDPNotify other)
virtual LDPNotify::~LDPNotify ( ) [virtual]

Member Function Documentation

void LDPNotify::copy ( const LDPNotify other) [private]
virtual LDPNotify* LDPNotify::dup ( ) const [inline, virtual]

Reimplemented from LDPPacket.

Definition at line 294 of file LDPPacket_m.h.

{return new LDPNotify(*this);}
virtual FEC_TLV& LDPNotify::getFec ( ) [virtual]
virtual const FEC_TLV& LDPNotify::getFec ( ) const [inline, virtual]

Definition at line 302 of file LDPPacket_m.h.

Referenced by getFec().

{return const_cast<LDPNotify*>(this)->getFec();}
virtual int LDPNotify::getStatus ( ) const [virtual]
LDPNotify& LDPNotify::operator= ( const LDPNotify other)
bool LDPNotify::operator== ( const LDPNotify ) [protected]
virtual void LDPNotify::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from LDPPacket.

Referenced by doPacking().

virtual void LDPNotify::parsimUnpack ( cCommBuffer *  b) [virtual]

Reimplemented from LDPPacket.

Referenced by doUnpacking().

virtual void LDPNotify::setFec ( const FEC_TLV fec) [virtual]

Referenced by LDP::sendNotify().

virtual void LDPNotify::setStatus ( int  status) [virtual]

Referenced by LDP::sendNotify().


Member Data Documentation

Definition at line 280 of file LDPPacket_m.h.

int LDPNotify::status_var [protected]

Definition at line 279 of file LDPPacket_m.h.


The documentation for this class was generated from the following file: