|
INET Framework for OMNeT++/OMNEST
|
#include <LDPPacket_m.h>
Public Member Functions | |
| LDPNotify (const char *name=NULL, int kind=0) | |
| LDPNotify (const LDPNotify &other) | |
| virtual | ~LDPNotify () |
| LDPNotify & | operator= (const LDPNotify &other) |
| virtual LDPNotify * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual int | getStatus () const |
| virtual void | setStatus (int status) |
| virtual FEC_TLV & | getFec () |
| virtual const FEC_TLV & | getFec () 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) |
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.
| LDPNotify::LDPNotify | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| LDPNotify::LDPNotify | ( | const LDPNotify & | other | ) |
| virtual LDPNotify::~LDPNotify | ( | ) | [virtual] |
| 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] |
Referenced by LDP::processNOTIFICATION().
| virtual const FEC_TLV& LDPNotify::getFec | ( | ) | const [inline, virtual] |
Definition at line 302 of file LDPPacket_m.h.
Referenced by getFec().
| virtual int LDPNotify::getStatus | ( | ) | const [virtual] |
Referenced by LDP::processNOTIFICATION().
| 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().
FEC_TLV LDPNotify::fec_var [protected] |
Definition at line 280 of file LDPPacket_m.h.
int LDPNotify::status_var [protected] |
Definition at line 279 of file LDPPacket_m.h.