![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
Contents of a PTP Announce message without the common PTP header. More...
#include <ptp_types.h>
Data Fields | |
uint16_t | currentUTCOffset |
Current UTC Offset. | |
uint8_t | priority1 |
Priority 1. | |
uint8_t | grandmasterClockClass |
Grandmaster Clock Class. | |
uint8_t | grandmasterClockAccuracy |
Grandmaster Clock Accuracy. | |
uint16_t | grandmasterClockVariance |
Grandmaster Clock Variance. | |
uint8_t | priority2 |
Priority 2. | |
uint64_t | grandmasterClockIdentity |
Grandmaster Clock Identity. | |
uint16_t | localStepsRemoved |
Local Steps Removed. | |
uint8_t | timeSource |
Time Source. | |
Contents of a PTP Announce message without the common PTP header.
Definition at line 261 of file ptp_types.h.
uint16_t currentUTCOffset |
Current UTC Offset.
Definition at line 262 of file ptp_types.h.
uint8_t grandmasterClockAccuracy |
Grandmaster Clock Accuracy.
Definition at line 265 of file ptp_types.h.
uint8_t grandmasterClockClass |
Grandmaster Clock Class.
Definition at line 264 of file ptp_types.h.
uint64_t grandmasterClockIdentity |
Grandmaster Clock Identity.
Definition at line 268 of file ptp_types.h.
uint16_t grandmasterClockVariance |
Grandmaster Clock Variance.
Definition at line 266 of file ptp_types.h.
uint16_t localStepsRemoved |
Local Steps Removed.
Definition at line 269 of file ptp_types.h.
uint8_t priority1 |
Priority 1.
Definition at line 263 of file ptp_types.h.
uint8_t priority2 |
Priority 2.
Definition at line 267 of file ptp_types.h.
uint8_t timeSource |
Time Source.
Definition at line 270 of file ptp_types.h.