pt1588-SH7216 1
IEEE1588v2 Implementation for Renesas SH7216 Demo
|
Attributes describing an ordinary clock (8.2.1). More...
#include <ptp-data-types.h>
Data Fields | |
Boolean | twoStepFlag |
Flag is set to TRUE for two-step clock; FALSE otherwise (8.2.1.2.1). | |
ClockIdentity | clockIdentity |
Identity of the local clock (7.6.2.1, 8.2.1.2.2). | |
UInteger8 | numberPorts |
Number of ports on the device, which is always 1 for an ordinary clock (8.2.1.2.3). | |
ClockQuality | clockQuality |
Quality of the local clock (7.6.2.4, 8.2.1.3.1). | |
UInteger8 | priority1 |
Attribute for the priority of the local clock used in the BMC algorithm (7.6.2.2, 8.2.1.4.1). | |
UInteger8 | priority2 |
Attribute for the priority of the local clock used in the BMC algorithm (7.6.2.3, 8.2.1.4.2). | |
UInteger8 | domainNumber |
Domain of the local clock (7.1, 8.2.1.4.3). | |
Boolean | slaveOnly |
If TRUE, the local clock is a slave-only clock (9.2.2); otherwise, it is a non-slave-only-clock (9.2.3, 8.2.1.4.4). |
Attributes describing an ordinary clock (8.2.1).
Definition at line 136 of file ptp-data-types.h.
Identity of the local clock (7.6.2.1, 8.2.1.2.2).
Definition at line 140 of file ptp-data-types.h.
Quality of the local clock (7.6.2.4, 8.2.1.3.1).
Definition at line 145 of file ptp-data-types.h.
Domain of the local clock (7.1, 8.2.1.4.3).
Definition at line 156 of file ptp-data-types.h.
Number of ports on the device, which is always 1 for an ordinary clock (8.2.1.2.3).
Definition at line 143 of file ptp-data-types.h.
Attribute for the priority of the local clock used in the BMC algorithm (7.6.2.2, 8.2.1.4.1).
Range of 0 to 255, with lower values having priority.
Definition at line 148 of file ptp-data-types.h.
Attribute for the priority of the local clock used in the BMC algorithm (7.6.2.3, 8.2.1.4.2).
Range of 0 to 255, with lower values having priority. Only used if priority1 values are equal.
Definition at line 152 of file ptp-data-types.h.
If TRUE, the local clock is a slave-only clock (9.2.2); otherwise, it is a non-slave-only-clock (9.2.3, 8.2.1.4.4).
Definition at line 159 of file ptp-data-types.h.
Flag is set to TRUE for two-step clock; FALSE otherwise (8.2.1.2.1).
Definition at line 137 of file ptp-data-types.h.