|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/common/TLVOption.msg:28 by nedtool.
More...
#include <TLVOption_m.h>
Public Member Functions | |
| TLVOptionBase () | |
| TLVOptionBase (const TLVOptionBase &other) | |
| virtual | ~TLVOptionBase () |
| TLVOptionBase & | operator= (const TLVOptionBase &other) |
| virtual TLVOptionBase * | 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) |
| virtual short | getLength () const |
| virtual void | setLength (short length) |
Protected Member Functions | |
| bool | operator== (const TLVOptionBase &) |
Protected Attributes | |
| short | type |
| short | length |
Private Member Functions | |
| void | copy (const TLVOptionBase &other) |
Class generated from inet/common/TLVOption.msg:28 by nedtool.
class TLVOptionBase { short type = -1; short length = 0; // total length of option }
| inet::TLVOptionBase::TLVOptionBase | ( | ) |
| inet::TLVOptionBase::TLVOptionBase | ( | const TLVOptionBase & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented in inet::IPv4OptionUnknown, inet::IPv4OptionStreamId, inet::IPv4OptionTimestamp, inet::IPv4OptionRecordRoute, inet::IPv4OptionEnd, inet::IPv4OptionNop, inet::IPv4Option, inet::GPSROption, and inet::TLVOptionRaw.
|
virtual |
|
virtual |
| TLVOptionBase& inet::TLVOptionBase::operator= | ( | const TLVOptionBase & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented in inet::IPv4OptionUnknown, inet::IPv4OptionStreamId, inet::IPv4OptionTimestamp, inet::IPv4OptionRecordRoute, inet::IPv4OptionEnd, inet::IPv4OptionNop, inet::IPv4Option, inet::GPSROption, and inet::TLVOptionRaw.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented in inet::IPv4OptionUnknown, inet::IPv4OptionStreamId, inet::IPv4OptionTimestamp, inet::IPv4OptionRecordRoute, inet::IPv4OptionEnd, inet::IPv4OptionNop, inet::IPv4Option, inet::GPSROption, and inet::TLVOptionRaw.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::GPSR::createGpsrOption().
|
virtual |
Referenced by inet::GPSR::setGpsrOptionOnNetworkDatagram().
|
protected |
|
protected |