flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
PtpServoAuxInput Struct Reference

Data to perform a full synchronization. More...

#include <ptp_servo_types.h>

Collaboration diagram for PtpServoAuxInput:

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)
 

Detailed Description

Data to perform a full synchronization.

Definition at line 17 of file ptp_servo_types.h.

Field Documentation

◆ logMsgPeriod

int8_t logMsgPeriod

Logarithmic message period.

Definition at line 21 of file ptp_servo_types.h.

◆ measSyncPeriodNs

double measSyncPeriodNs

Measured synchronization period (t1->t1)

Definition at line 23 of file ptp_servo_types.h.

◆ msgPeriodMs

double msgPeriodMs

Message period in ms.

Definition at line 22 of file ptp_servo_types.h.

◆ scd

Sync cycle data.

Definition at line 18 of file ptp_servo_types.h.


The documentation for this struct was generated from the following file: