![]() |
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. | |
double | measSyncPeriodNs |
Measured synchronization period (t1->t1) | |
Data to perform a full synchronization.
Definition at line 17 of file ptp_servo_types.h.
int8_t logMsgPeriod |
Logarithmic message period.
Definition at line 21 of file ptp_servo_types.h.
double measSyncPeriodNs |
Measured synchronization period (t1->t1)
Definition at line 23 of file ptp_servo_types.h.
double msgPeriodMs |
Message period in ms.
Definition at line 22 of file ptp_servo_types.h.
PtpSyncCycleData scd |
Sync cycle data.
Definition at line 18 of file ptp_servo_types.h.