pt1588-SH7216 1
IEEE1588v2 Implementation for Renesas SH7216 Demo
|
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 | |
UInteger8 * | priority1 |
Pointing to AnnounceMsg.grandmasterPriority1 or defaultDS.priority1 (9.3.4). | |
ClockIdentity * | identity |
Pointing to AnnounceMsg.grandmasterIdentity or defaultDS.clcokIdentity (9.3.4). | |
UInteger8 * | clockClass |
Pointing to AnnounceMsg.grandfatherClockQuality.clockClass or defaultDS.clockQuality.clockClass (9.3.4). | |
Enumeration8 * | accuracy |
Pointing to AnnounceMsg.grandfatherClockQuality.clockAccuracy or defaultDS.clockQuality.clockAccuracy (9.3.4). | |
UInteger16 * | offsetScaledLogVariance |
Pointing to AnnounceMsg.grandfatherClockQuality.offsetScaledLogVariance or defaultDS.clockQuality.offsetScaledLogVariance (9.3.4). | |
UInteger8 * | priority2 |
Pointing to AnnounceMsg.grandmasterPriority2 or defaultDS.priority2 (9.3.4). | |
UInteger16 * | stepsRemoved |
Pointing to AnnounceMsg.stepsRemoved or 0 (9.3.4). | |
ClockIdentity * | sender |
Pointing to AnnounceMsg.sourcePortIdentity or defaultDS.clockIdentity (9.3.4). | |
ClockIdentity * | receiver |
Pointing to parentDS.portIdentity.clockIdentity or defaultDS.clockIdentity (9.3.4). | |
UInteger16 * | receiverPortNumber |
Pointing to parentDS.portIdentity.portNumber or 0 (9.3.4). |
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.
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.