struct
OcaTimePTPContents
- Reference
An absolute or relative PTP time. Format is standard PTP format: - 48 bit integer seconds - 32 bit integer nanoseconds PLUS a boolean sign (positive=TRUE) field. Absolute times are always positive. Relative times may be positive or negative.
Public variables
- OcaBoolean Negative
- OcaPTPSeconds Seconds
- OcaUint32 Nanoseconds
Variable documentation
OcaBoolean aes70:: OcaTimePTP:: Negative
TRUE if and only if time value is negative. Absolute times are always positive.
OcaPTPSeconds aes70:: OcaTimePTP:: Seconds
48 bits of seconds
OcaUint32 aes70:: OcaTimePTP:: Nanoseconds
32 bits of nano seconds