![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
BMCA state. More...
#include <ptp_types.h>
Data Fields | |
PtpBmcaFsmState | state |
BMCA state. | |
PtpMasterProperties | masterProps |
Master clock properties. | |
uint16_t | masterAnnPer_ms |
Message period of current master. | |
uint16_t | masterTOCntr |
Current master announce dropout counter. | |
uint32_t | stateDuration |
Heartbeat cycles since last state transition. | |
bool | preventMasterSwitchOver |
Set if master switchover is prohibited. | |
BMCA state.
Definition at line 324 of file ptp_types.h.
uint16_t masterAnnPer_ms |
Message period of current master.
Definition at line 327 of file ptp_types.h.
PtpMasterProperties masterProps |
Master clock properties.
Definition at line 326 of file ptp_types.h.
uint16_t masterTOCntr |
Current master announce dropout counter.
Definition at line 328 of file ptp_types.h.
bool preventMasterSwitchOver |
Set if master switchover is prohibited.
Definition at line 330 of file ptp_types.h.
PtpBmcaFsmState state |
BMCA state.
Definition at line 325 of file ptp_types.h.
uint32_t stateDuration |
Heartbeat cycles since last state transition.
Definition at line 329 of file ptp_types.h.