flexPTP-basic/ptp_sync_cycle_data.h

12 lines
232 B
C

#ifndef FLEXPTP_PTP_SYNC_CYCLE_DATA_H_
#define FLEXPTP_PTP_SYNC_CYCLE_DATA_H_
#include "timeutils.h"
typedef struct {
TimestampI t[6];
} PtpSyncCycleData;
#endif /* FLEXPTP_PTP_SYNC_CYCLE_DATA_H_ */