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

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.
 

Detailed Description

Contents of a PTP Announce message without the common PTP header.

Definition at line 236 of file ptp_types.h.

Field Documentation

◆ currentUTCOffset

uint16_t currentUTCOffset

Current UTC Offset.

Definition at line 237 of file ptp_types.h.

◆ grandmasterClockAccuracy

uint8_t grandmasterClockAccuracy

Grandmaster Clock Accuracy.

Definition at line 240 of file ptp_types.h.

◆ grandmasterClockClass

uint8_t grandmasterClockClass

Grandmaster Clock Class.

Definition at line 239 of file ptp_types.h.

◆ grandmasterClockIdentity

uint64_t grandmasterClockIdentity

Grandmaster Clock Identity.

Definition at line 243 of file ptp_types.h.

◆ grandmasterClockVariance

uint16_t grandmasterClockVariance

Grandmaster Clock Variance.

Definition at line 241 of file ptp_types.h.

◆ localStepsRemoved

uint16_t localStepsRemoved

Local Steps Removed.

Definition at line 244 of file ptp_types.h.

◆ priority1

uint8_t priority1

Priority 1.

Definition at line 238 of file ptp_types.h.

◆ priority2

uint8_t priority2

Priority 2.

Definition at line 242 of file ptp_types.h.

◆ timeSource

uint8_t timeSource

Time Source.

Definition at line 245 of file ptp_types.h.


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