pt1588-SH7216 1
IEEE1588v2 Implementation for Renesas SH7216 Demo
|
Attributes describing the timescale used for a clock (8.2.4). More...
#include <ptp-data-types.h>
Data Fields | |
UInteger16 | currentUtcOffset |
Offset between TAI and UTC in units of seconds (only if PTP epoch is used) (8.2.4.2). | |
Boolean | currentUtcOffsetValid |
TRUE if currentUtcOffset is known to be correct, FALSE otherwise (8.2.4.3). | |
Boolean | leap59 |
TRUE if the last minute of current UTC day contains 59 seconds (only if PTP epoch is used), FALSE otherwise (8.2.4.4). | |
Boolean | leap61 |
TRUE if the last minute of current UTC day contains 61 seconds (only if PTP epoch is used), FALSE otherwise (8.2.4.5). | |
Boolean | timeTraceable |
TRUE if the time is traceable to a primary reference, FALSE otherwise (8.2.4.6). | |
Boolean | frequencyTraceable |
TRUE if the frequency is traceable to a primary reference, FALSE otherwise (8.2.4.7). | |
Boolean | ptpTimescale |
TRUE if the timescale of the grandmaster clock is PTP, FALSE otherwise (8.2.4.8). | |
UInteger8 | timeSource |
Source of time (7.6.2.6) used by the grandmaster clock (8.2.4.9). |
Attributes describing the timescale used for a clock (8.2.4).
Definition at line 219 of file ptp-data-types.h.
Offset between TAI and UTC in units of seconds (only if PTP epoch is used) (8.2.4.2).
Definition at line 220 of file ptp-data-types.h.
TRUE if currentUtcOffset is known to be correct, FALSE otherwise (8.2.4.3).
Definition at line 223 of file ptp-data-types.h.
TRUE if the frequency is traceable to a primary reference, FALSE otherwise (8.2.4.7).
Definition at line 235 of file ptp-data-types.h.
TRUE if the last minute of current UTC day contains 59 seconds (only if PTP epoch is used), FALSE otherwise (8.2.4.4).
Definition at line 226 of file ptp-data-types.h.
TRUE if the last minute of current UTC day contains 61 seconds (only if PTP epoch is used), FALSE otherwise (8.2.4.5).
Definition at line 229 of file ptp-data-types.h.
TRUE if the timescale of the grandmaster clock is PTP, FALSE otherwise (8.2.4.8).
Definition at line 238 of file ptp-data-types.h.
Source of time (7.6.2.6) used by the grandmaster clock (8.2.4.9).
Definition at line 241 of file ptp-data-types.h.
TRUE if the time is traceable to a primary reference, FALSE otherwise (8.2.4.6).
Definition at line 232 of file ptp-data-types.h.