INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/pim/PIMPacket.msg:117
by nedtool.
More...
#include <PIMPacket_m.h>
Public Member Functions | |
PIMPacket (const char *name=nullptr, short kind=0) | |
PIMPacket (const PIMPacket &other) | |
virtual | ~PIMPacket () |
PIMPacket & | operator= (const PIMPacket &other) |
virtual PIMPacket * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual short | getVersion () const |
virtual void | setVersion (short version) |
virtual short | getType () const |
virtual void | setType (short type) |
Protected Member Functions | |
bool | operator== (const PIMPacket &) |
Protected Attributes | |
short | version |
short | type |
Private Member Functions | |
void | copy (const PIMPacket &other) |
Class generated from inet/routing/pim/PIMPacket.msg:117
by nedtool.
/////////////////////////////////////////////////////////////////////////////////////////////// // Header packet PIMPacket { short version = 2; short type @enum(PIMPacketType); }
inet::PIMPacket::PIMPacket | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::PIMPacket::PIMPacket | ( | const PIMPacket & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented in inet::PIMRegisterStop, inet::PIMRegister, inet::PIMStateRefresh, inet::PIMGraftAck, inet::PIMGraft, inet::PIMAssert, inet::PIMJoinPrune, inet::PIMHello_Base, and inet::PIMHello.
|
virtual |
|
virtual |
Referenced by inet::PIMBase::processHelloPacket().
Referenced by inet::PIMHello::operator=().
|
protected |
|
overridevirtual |
Reimplemented in inet::PIMRegisterStop, inet::PIMRegister, inet::PIMStateRefresh, inet::PIMGraftAck, inet::PIMGraft, inet::PIMAssert, inet::PIMJoinPrune, and inet::PIMHello_Base.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented in inet::PIMRegisterStop, inet::PIMRegister, inet::PIMStateRefresh, inet::PIMGraftAck, inet::PIMGraft, inet::PIMAssert, inet::PIMJoinPrune, and inet::PIMHello_Base.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
Referenced by inet::PIMHello::parsimUnpack().
|
protected |