![]() |
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 299 of file ptp_types.h.
uint16_t masterAnnPer_ms |
Message period of current master.
Definition at line 302 of file ptp_types.h.
PtpMasterProperties masterProps |
Master clock properties.
Definition at line 301 of file ptp_types.h.
uint16_t masterTOCntr |
Current master announce dropout counter.
Definition at line 303 of file ptp_types.h.
bool preventMasterSwitchOver |
Set if master switchover is prohibited.
Definition at line 305 of file ptp_types.h.
PtpBmcaFsmState state |
BMCA state.
Definition at line 300 of file ptp_types.h.
uint32_t stateDuration |
Heartbeat cycles since last state transition.
Definition at line 304 of file ptp_types.h.