GptpPdelayRespFollowUp

Namespace inet

GptpPdelayRespFollowUp

class

C++ definition

(no description)

Extends

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

Fields

Name Type Description
messageType
chunkLength
messageLengthField
responseOriginTimestamp clocktime_t
requestingPortIdentity PortIdentity

Source code

class GptpPdelayRespFollowUp extends GptpBase
{
    messageType = GPTPTYPE_PDELAY_RESP_FOLLOW_UP;
    chunkLength = GPTP_PDELAY_RESP_FOLLOW_UP_PACKET_SIZE;
    messageLengthField = GPTP_PDELAY_RESP_FOLLOW_UP_PACKET_SIZE.get<B>();
    clocktime_t responseOriginTimestamp;
    PortIdentity requestingPortIdentity;
}

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