|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/pim/PIMPacket.msg:60 by nedtool.
More...
#include <PIMPacket_m.h>
Public Member Functions | |
| HelloOption () | |
| HelloOption (const HelloOption &other) | |
| virtual | ~HelloOption () |
| HelloOption & | operator= (const HelloOption &other) |
| virtual HelloOption * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual short | getType () const |
| virtual void | setType (short type) |
Protected Member Functions | |
| bool | operator== (const HelloOption &) |
Protected Attributes | |
| short | type |
Private Member Functions | |
| void | copy (const HelloOption &other) |
Class generated from inet/routing/pim/PIMPacket.msg:60 by nedtool.
class HelloOption { short type @enum(PIMHelloOptionType); }
| inet::HelloOption::HelloOption | ( | ) |
| inet::HelloOption::HelloOption | ( | const HelloOption & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented in inet::GenerationIDOption, inet::DRPriorityOption, inet::LANPruneDelayOption, and inet::HoldtimeOption.
Referenced by inet::PIMHello::copy().
|
virtual |
| HelloOption& inet::HelloOption::operator= | ( | const HelloOption & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented in inet::GenerationIDOption, inet::DRPriorityOption, inet::LANPruneDelayOption, and inet::HoldtimeOption.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented in inet::GenerationIDOption, inet::DRPriorityOption, inet::LANPruneDelayOption, and inet::HoldtimeOption.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
protected |