INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/ipv4/IPv4Datagram.msg:154
by nedtool.
More...
#include <IPv4Datagram_m.h>
Public Member Functions | |
IPv4OptionUnknown () | |
IPv4OptionUnknown (const IPv4OptionUnknown &other) | |
virtual | ~IPv4OptionUnknown () |
IPv4OptionUnknown & | operator= (const IPv4OptionUnknown &other) |
virtual IPv4OptionUnknown * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual void | setBytesArraySize (unsigned int size) |
virtual unsigned int | getBytesArraySize () const |
virtual uint8_t | getBytes (unsigned int k) const |
virtual void | setBytes (unsigned int k, uint8_t bytes) |
Public Member Functions inherited from inet::IPv4Option | |
IPv4Option () | |
IPv4Option (const IPv4Option &other) | |
virtual | ~IPv4Option () |
IPv4Option & | operator= (const IPv4Option &other) |
Public Member Functions inherited from inet::TLVOptionBase | |
TLVOptionBase () | |
TLVOptionBase (const TLVOptionBase &other) | |
virtual | ~TLVOptionBase () |
TLVOptionBase & | operator= (const TLVOptionBase &other) |
virtual short | getType () const |
virtual void | setType (short type) |
virtual short | getLength () const |
virtual void | setLength (short length) |
Protected Member Functions | |
bool | operator== (const IPv4OptionUnknown &) |
Protected Member Functions inherited from inet::IPv4Option | |
bool | operator== (const IPv4Option &) |
Protected Member Functions inherited from inet::TLVOptionBase | |
bool | operator== (const TLVOptionBase &) |
Protected Attributes | |
uint8_t * | bytes |
unsigned int | bytes_arraysize |
Protected Attributes inherited from inet::TLVOptionBase | |
short | type |
short | length |
Private Member Functions | |
void | copy (const IPv4OptionUnknown &other) |
Class generated from inet/networklayer/ipv4/IPv4Datagram.msg:154
by nedtool.
class IPv4OptionUnknown extends IPv4Option { // type = any // length = 2 + getBytesArraySize() uint8_t bytes[]; }
inet::IPv4OptionUnknown::IPv4OptionUnknown | ( | ) |
inet::IPv4OptionUnknown::IPv4OptionUnknown | ( | const IPv4OptionUnknown & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::IPv4Option.
|
virtual |
|
virtual |
IPv4OptionUnknown& inet::IPv4OptionUnknown::operator= | ( | const IPv4OptionUnknown & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::IPv4Option.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::IPv4Option.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
|
protected |