#include <LDPPacket_m.h>
Inheritance diagram for LDPNotify:
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 () |
LDPNotify & | operator= (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_TLV & | getFec () |
virtual const FEC_TLV & | getFec () 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 |
|
|
|
|
|
|
|
Reimplemented from LDPPacket. 00279 {return new LDPNotify(*this);}
|
|
00287 {return const_cast<LDPNotify*>(this)->getFec();}
|
|
|
|
|
|
Reimplemented from LDPPacket. |
|
Reimplemented from LDPPacket. |
|
|
|
|
|
|
|
|
|
|
|
|