![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
Data to perform a full synchronization. More...
#include <ptp_servo_types.h>
Data Fields | |
PtpSyncCycleData | scd |
Sync cycle data. | |
int8_t | logMsgPeriod |
Logarithmic message period. | |
double | msgPeriodMs |
Message period in ms. | |
int64_t | measSyncPeriodNs |
Measured synchronization period (t1->t1) | |
Data to perform a full synchronization.
Definition at line 21 of file ptp_servo_types.h.
int8_t logMsgPeriod |
Logarithmic message period.
Definition at line 25 of file ptp_servo_types.h.
int64_t measSyncPeriodNs |
Measured synchronization period (t1->t1)
Definition at line 27 of file ptp_servo_types.h.
double msgPeriodMs |
Message period in ms.
Definition at line 26 of file ptp_servo_types.h.
PtpSyncCycleData scd |
Sync cycle data.
Definition at line 22 of file ptp_servo_types.h.