![]() |
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 236 of file ptp_types.h.
uint16_t currentUTCOffset |
Current UTC Offset.
Definition at line 237 of file ptp_types.h.
uint8_t grandmasterClockAccuracy |
Grandmaster Clock Accuracy.
Definition at line 240 of file ptp_types.h.
uint8_t grandmasterClockClass |
Grandmaster Clock Class.
Definition at line 239 of file ptp_types.h.
uint64_t grandmasterClockIdentity |
Grandmaster Clock Identity.
Definition at line 243 of file ptp_types.h.
uint16_t grandmasterClockVariance |
Grandmaster Clock Variance.
Definition at line 241 of file ptp_types.h.
uint16_t localStepsRemoved |
Local Steps Removed.
Definition at line 244 of file ptp_types.h.
uint8_t priority1 |
Priority 1.
Definition at line 238 of file ptp_types.h.
uint8_t priority2 |
Priority 2.
Definition at line 242 of file ptp_types.h.
uint8_t timeSource |
Time Source.
Definition at line 245 of file ptp_types.h.