|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/pim/PimPacket.msg:104 by opp_msgtool.
More...
#include <PimPacket_m.h>
Public Member Functions | |
| GenerationIdOption () | |
| GenerationIdOption (const GenerationIdOption &other) | |
| virtual | ~GenerationIdOption () |
| GenerationIdOption & | operator= (const GenerationIdOption &other) |
| virtual GenerationIdOption * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual uint32_t | getGenerationID () const |
| virtual void | setGenerationID (uint32_t generationID) |
Public Member Functions inherited from inet::HelloOption | |
| HelloOption () | |
| HelloOption (const HelloOption &other) | |
| virtual | ~HelloOption () |
| HelloOption & | operator= (const HelloOption &other) |
| virtual PimHelloOptionType | getType () const |
| virtual void | setType (PimHelloOptionType type) |
Protected Member Functions | |
| bool | operator== (const GenerationIdOption &)=delete |
Protected Member Functions inherited from inet::HelloOption | |
| bool | operator== (const HelloOption &)=delete |
Protected Attributes | |
| uint32_t | generationID = 0 |
Protected Attributes inherited from inet::HelloOption | |
| PimHelloOptionType | type = static_cast<inet::PimHelloOptionType>(-1) |
Private Member Functions | |
| void | copy (const GenerationIdOption &other) |
Class generated from inet/routing/pim/PimPacket.msg:104 by opp_msgtool.
class GenerationIdOption extends HelloOption { type = GenerationID; uint32_t generationID; }
| inet::GenerationIdOption::GenerationIdOption | ( | ) |
| inet::GenerationIdOption::GenerationIdOption | ( | const GenerationIdOption & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::HelloOption.
|
virtual |
Referenced by inet::PimPacketSerializer::serialize().
| GenerationIdOption& inet::GenerationIdOption::operator= | ( | const GenerationIdOption & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::HelloOption.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::HelloOption.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::PimPacketSerializer::deserialize(), and inet::PimBase::sendHelloPacket().
|
protected |