RTI Connext DDS Micro C++ API
2.4.14.2
|
Time and duration types and defines. More...
Classes | |
struct | DDS_Time_t |
Type for time representation. More... | |
struct | DDS_Duration_t |
Type for duration representation. More... |
Macros | |
#define | DDS_TIME_ZERO |
The default instant in time: zero seconds and zero nanoseconds. |
Variables | |
const DDS_Long | DDS_TIME_INVALID_SEC |
A sentinel indicating an invalid second of time. | |
const DDS_UnsignedLong | DDS_TIME_INVALID_NSEC |
A sentinel indicating an invalid nano-second of time. | |
struct DDS_Time_t | DDS_TIME_INVALID |
A sentinel indicating an invalid time. | |
const DDS_Long | DDS_DURATION_INFINITE_SEC |
An infinite second period of time. | |
const DDS_UnsignedLong | DDS_DURATION_INFINITE_NSEC |
An infinite nano-second period of time. | |
struct DDS_Duration_t | DDS_DURATION_INFINITE |
An infinite period of time. | |
const DDS_Long | DDS_DURATION_ZERO_SEC |
A zero-length second period of time. | |
const DDS_UnsignedLong | DDS_DURATION_ZERO_NSEC |
A zero-length nano-second period of time. | |
struct DDS_Duration_t | DDS_DURATION_ZERO |
A zero-length period of time. |
Time and duration types and defines.
#define DDS_TIME_ZERO |
The default instant in time: zero seconds and zero nanoseconds.
const DDS_Long DDS_TIME_INVALID_SEC |
A sentinel indicating an invalid second of time.
const DDS_UnsignedLong DDS_TIME_INVALID_NSEC |
A sentinel indicating an invalid nano-second of time.
struct DDS_Time_t DDS_TIME_INVALID |
A sentinel indicating an invalid time.
const DDS_Long DDS_DURATION_INFINITE_SEC |
An infinite second period of time.
const DDS_UnsignedLong DDS_DURATION_INFINITE_NSEC |
An infinite nano-second period of time.
struct DDS_Duration_t DDS_DURATION_INFINITE |
An infinite period of time.
const DDS_Long DDS_DURATION_ZERO_SEC |
A zero-length second period of time.
const DDS_UnsignedLong DDS_DURATION_ZERO_NSEC |
A zero-length nano-second period of time.
struct DDS_Duration_t DDS_DURATION_ZERO |
A zero-length period of time.