GptpPdelayRespFollowUp

Namespace inet

GptpPdelayRespFollowUp

class

(no description)

Extends

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

Fields

Name Type Description
messageType
chunkLength
messageLengthField
responseOriginTimestamp clocktime_t
requestingPortIdentity PortIdentity

Packet operations (observed)

actionmodule
insertAtFrontGptp

Source code

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

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