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