Namespace inet
GptpSync
class(no description)
Extends
Name | Type | Description |
---|---|---|
GptpBase | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
messageType | ||
flags | ||
chunkLength | ||
messageLengthField |
clocktime_t originTimestamp; // filled when twoStep flag is FALSE followUpInformationTLV; // filled when twoStep flag is FALSE |
Packet operations (observed)
action | module |
---|---|
insertAtFront | Gptp |
Source code
class GptpSync extends GptpBase { messageType = GPTPTYPE_SYNC; flags = twoStepFlag; chunkLength = GPTP_SYNC_2STEP_PACKET_SIZE; messageLengthField = B(GPTP_SYNC_2STEP_PACKET_SIZE).get(); // clocktime_t originTimestamp; // filled when twoStep flag is FALSE // followUpInformationTLV; // filled when twoStep flag is FALSE }File: src/inet/linklayer/ieee8021as/GptpPacket.msg