|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/linklayer/ieee8021as/GptpPacket.msg:160 by opp_msgtool.
More...
#include <GptpPacket_m.h>
Public Member Functions | |
| GptpTlv () | |
| GptpTlv (const GptpTlv &other) | |
| virtual | ~GptpTlv () |
| GptpTlv & | operator= (const GptpTlv &other) |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
| virtual GptpTlvType | getTlvType () const |
| virtual void | setTlvType (GptpTlvType tlvType) |
| virtual uint16_t | getLengthField () const |
| virtual void | setLengthField (uint16_t lengthField) |
Protected Member Functions | |
| bool | operator== (const GptpTlv &)=delete |
Protected Attributes | |
| GptpTlvType | tlvType = static_cast<inet::GptpTlvType>(-1) |
| uint16_t | lengthField = 0 |
Private Member Functions | |
| void | copy (const GptpTlv &other) |
Class generated from inet/linklayer/ieee8021as/GptpPacket.msg:160 by opp_msgtool.
class GptpTlv { @packetData; GptpTlvType tlvType @bit(16); uint16_t lengthField @bit(16); }
| inet::GptpTlv::GptpTlv | ( | ) |
| inet::GptpTlv::GptpTlv | ( | const GptpTlv & | other | ) |
|
virtual |
|
private |
|
virtual |
Reimplemented in inet::GptpFollowUpInformationTlv.
|
virtual |
|
protecteddelete |
|
virtual |
Reimplemented in inet::GptpFollowUpInformationTlv.
|
virtual |
Reimplemented in inet::GptpFollowUpInformationTlv.
|
virtual |
Reimplemented in inet::GptpFollowUpInformationTlv.
|
virtual |
|
protected |
|
protected |