802.1AS-rev ExtendedTimestamp
The ExtendTimestamp type represents a positive time with respect to the epoch. The fractionalNanoseconds member is the fractional portion of the timestamp in units of 2^16 ns.
For example:
Data Fields | |
uint64_t | seconds |
uint64_t | fractionalNanoseconds |
UInteger48m32 | fractionalNanoseconds |
UInteger48 | seconds |
uint64_t ExtendedTimestamp::seconds |
48 bit seconds
uint64_t ExtendedTimestamp::fractionalNanoseconds |
48 bit nanoseconds
UInteger48m32 ExtendedTimestamp::fractionalNanoseconds |
UInteger48 ExtendedTimestamp::seconds |