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