libptpmgmt
1.3
libptpmgmt library that provides the functionality of linuxptp pmc
|
PTP management TLV structures. More...
Go to the source code of this file.
Variables | |
const uint16_t | INITIALIZE_EVENT = 0x0000 |
const float_nanoseconds | P41 = 1ULL << 41 |
const int | EVENT_BITMASK_CNT = 64 |
const int | NOTIFY_PORT_STATE = 0 |
const int | NOTIFY_TIME_SYNC = 1 |
const int | NOTIFY_PARENT_DATA_SET = 2 |
const int | NOTIFY_CMLDS = 3 |
const int | MAX_MESSAGE_TYPES = 16 |
const int | STAT_SYNC = 0 |
const int | STAT_DELAY_REQ = 1 |
const int | STAT_PDELAY_REQ = 2 |
const int | STAT_PDELAY_RESP = 3 |
const int | STAT_FOLLOW_UP = 8 |
const int | STAT_DELAY_RESP = 9 |
const int | STAT_PDELAY_RESP_FOLLOW_UP = 10 |
const int | STAT_ANNOUNCE = 11 |
const int | STAT_SIGNALING = 12 |
const int | STAT_MANAGEMENT = 13 |
const uint8_t | SYNC_UNCERTAIN_FALSE = 0 |
const uint8_t | SYNC_UNCERTAIN_TRUE = 1 |
const uint8_t | SYNC_UNCERTAIN_DONTCARE = 0xff |
PTP management TLV structures.
const int EVENT_BITMASK_CNT = 64 |
SUBSCRIBE_EVENTS_NP.bitmask size
const uint16_t INITIALIZE_EVENT = 0x0000 |
Initialize event
const int MAX_MESSAGE_TYPES = 16 |
size of PORT_STATS_NP rxMsgType and txMsgType
const int NOTIFY_CMLDS = 3 |
Notify Common Mean Link Delay Information in SUBSCRIBE_EVENTS_NP.bitmask
const int NOTIFY_PARENT_DATA_SET = 2 |
Notify parent data in SUBSCRIBE_EVENTS_NP.bitmask
const int NOTIFY_PORT_STATE = 0 |
Notify port state offset in SUBSCRIBE_EVENTS_NP.bitmask
const int NOTIFY_TIME_SYNC = 1 |
Notify time synchronization offset in SUBSCRIBE_EVENTS_NP.bitmask
const float_nanoseconds P41 = 1ULL << 41 |
TIME_STATUS_NP.cumulativeScaledRateOffset scale factor
const int STAT_ANNOUNCE = 11 |
Announce messages count in PORT_STATS_NP
const int STAT_DELAY_REQ = 1 |
Delay_Req messages count in PORT_STATS_NP
const int STAT_DELAY_RESP = 9 |
Delay_Resp messages count in PORT_STATS_NP
const int STAT_FOLLOW_UP = 8 |
Follow_Up messages count in PORT_STATS_NP
const int STAT_MANAGEMENT = 13 |
Management messages count in PORT_STATS_NP
const int STAT_PDELAY_REQ = 2 |
Pdelay_Req messages count in PORT_STATS_NP
const int STAT_PDELAY_RESP = 3 |
Pdelay_Resp messages count in PORT_STATS_NP
const int STAT_PDELAY_RESP_FOLLOW_UP = 10 |
Pdelay_Resp_Follow_Up messages count in PORT_STATS_NP
const int STAT_SIGNALING = 12 |
Signalling messages count in PORT_STATS_NP
const int STAT_SYNC = 0 |
Sync messages count in PORT_STATS_NP
const uint8_t SYNC_UNCERTAIN_DONTCARE = 0xff |
SYNCHRONIZATION_UNCERTAIN_NP uncertain do not care state
const uint8_t SYNC_UNCERTAIN_FALSE = 0 |
SYNCHRONIZATION_UNCERTAIN_NP uncertain false state
const uint8_t SYNC_UNCERTAIN_TRUE = 1 |
SYNCHRONIZATION_UNCERTAIN_NP uncertain true state