GptpFollowUp

Namespace inet

GptpFollowUp

class

C++ definition

(no description)

Extends

Name Type Description
GptpBase (unknown -- not in documented files)

Fields

Name Type Description
messageType
chunkLength
messageLengthField
preciseOriginTimestamp clocktime_t

11.4.4.2.1

followUpInformationTLV GptpFollowUpInformationTlv

Source code

class GptpFollowUp extends GptpBase
{
    messageType = GPTPTYPE_FOLLOW_UP;
    chunkLength = GPTP_FOLLOW_UP_PACKET_SIZE;
    messageLengthField = GPTP_FOLLOW_UP_PACKET_SIZE.get<B>();
    clocktime_t preciseOriginTimestamp;  // 11.4.4.2.1
    GptpFollowUpInformationTlv followUpInformationTLV;
}

File: src/inet/linklayer/ieee8021as/GptpPacket.msg