RTI Connext Traditional C++ API
Version 5.2.3
|
Type for time representation. More...
Static Public Member Functions | |
static DDS_Time_t | from_micros (DDS_UnsignedLongLong microseconds) |
Creates a new time object from a time expressed in microseconds. | |
static DDS_Time_t | from_millis (DDS_UnsignedLongLong milliseconds) |
Creates a new time object from a time expressed in milliseconds. | |
static DDS_Time_t | from_nanos (DDS_UnsignedLongLong nanoseconds) |
Creates a new time object from a time expressed in nanoseconds. | |
static DDS_Time_t | from_seconds (DDS_UnsignedLong seconds) |
Creates a new time object from a time expressed in seconds. | |
Public Attributes | |
DDS_Long | sec |
seconds | |
DDS_UnsignedLong | nanosec |
nanoseconds | |
Type for time representation.
A DDS_Time_t represents a moment in time.
DDS_Long DDS_Time_t::sec |
seconds
DDS_UnsignedLong DDS_Time_t::nanosec |
nanoseconds