pt1588-SH7216 1
IEEE1588v2 Implementation for Renesas SH7216 Demo

ClockDataSet Struct Reference

A common data structure to simplify comparison of clocks by pointing to values specified in either an Announce message or in the local clock defaultDS (9.3.4). More...

#include <ptp-data-types.h>

Data Fields

UInteger8priority1
 Pointing to AnnounceMsg.grandmasterPriority1 or defaultDS.priority1 (9.3.4).
ClockIdentityidentity
 Pointing to AnnounceMsg.grandmasterIdentity or defaultDS.clcokIdentity (9.3.4).
UInteger8clockClass
 Pointing to AnnounceMsg.grandfatherClockQuality.clockClass or defaultDS.clockQuality.clockClass (9.3.4).
Enumeration8accuracy
 Pointing to AnnounceMsg.grandfatherClockQuality.clockAccuracy or defaultDS.clockQuality.clockAccuracy (9.3.4).
UInteger16offsetScaledLogVariance
 Pointing to AnnounceMsg.grandfatherClockQuality.offsetScaledLogVariance or defaultDS.clockQuality.offsetScaledLogVariance (9.3.4).
UInteger8priority2
 Pointing to AnnounceMsg.grandmasterPriority2 or defaultDS.priority2 (9.3.4).
UInteger16stepsRemoved
 Pointing to AnnounceMsg.stepsRemoved or 0 (9.3.4).
ClockIdentitysender
 Pointing to AnnounceMsg.sourcePortIdentity or defaultDS.clockIdentity (9.3.4).
ClockIdentityreceiver
 Pointing to parentDS.portIdentity.clockIdentity or defaultDS.clockIdentity (9.3.4).
UInteger16receiverPortNumber
 Pointing to parentDS.portIdentity.portNumber or 0 (9.3.4).

Detailed Description

A common data structure to simplify comparison of clocks by pointing to values specified in either an Announce message or in the local clock defaultDS (9.3.4).

Definition at line 415 of file ptp-data-types.h.


Field Documentation

Pointing to AnnounceMsg.grandfatherClockQuality.clockAccuracy or defaultDS.clockQuality.clockAccuracy (9.3.4).

Definition at line 426 of file ptp-data-types.h.

Pointing to AnnounceMsg.grandfatherClockQuality.clockClass or defaultDS.clockQuality.clockClass (9.3.4).

Definition at line 422 of file ptp-data-types.h.

Pointing to AnnounceMsg.grandmasterIdentity or defaultDS.clcokIdentity (9.3.4).

Definition at line 419 of file ptp-data-types.h.

Pointing to AnnounceMsg.grandfatherClockQuality.offsetScaledLogVariance or defaultDS.clockQuality.offsetScaledLogVariance (9.3.4).

Definition at line 430 of file ptp-data-types.h.

Pointing to AnnounceMsg.grandmasterPriority1 or defaultDS.priority1 (9.3.4).

Definition at line 416 of file ptp-data-types.h.

Pointing to AnnounceMsg.grandmasterPriority2 or defaultDS.priority2 (9.3.4).

Definition at line 434 of file ptp-data-types.h.

Pointing to parentDS.portIdentity.clockIdentity or defaultDS.clockIdentity (9.3.4).

Definition at line 443 of file ptp-data-types.h.

Pointing to parentDS.portIdentity.portNumber or 0 (9.3.4).

Definition at line 446 of file ptp-data-types.h.

Pointing to AnnounceMsg.sourcePortIdentity or defaultDS.clockIdentity (9.3.4).

Definition at line 440 of file ptp-data-types.h.

Pointing to AnnounceMsg.stepsRemoved or 0 (9.3.4).

Definition at line 437 of file ptp-data-types.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerator Defines