Namespace inet
GptpFollowUp
class(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 |
Packet operations (observed)
action | module |
---|---|
insertAtFront | Gptp |
Source code
class GptpFollowUp extends GptpBase { messageType = GPTPTYPE_FOLLOW_UP; chunkLength = GPTP_FOLLOW_UP_PACKET_SIZE; messageLengthField = B(GPTP_FOLLOW_UP_PACKET_SIZE).get(); clocktime_t preciseOriginTimestamp; // 11.4.4.2.1 GptpFollowUpInformationTlv followUpInformationTLV; }File: src/inet/linklayer/ieee8021as/GptpPacket.msg