RTI Connext DDS Micro C API
Version 4.1.0
|
NTP Time representation. More...
#include <osapi_time.h>
Data Fields | |
RTI_INT32 | sec |
Seconds.*. | |
RTI_UINT32 | frac |
fraction of a second in 1/2^32 form. |
NTP Time representation.
Expresses time in NTP format. The second field is simply an integer expressing seconds. The fraction field expresses 1/2^32 of a second.
RTI_INT32 OSAPI_NtpTime::sec |
Seconds.*.
RTI_UINT32 OSAPI_NtpTime::frac |
fraction of a second in 1/2^32 form.