#include "dds/DdsDcpsCoreC.h"
#include "ace/OS_NS_sys_time.h"
Go to the source code of this file.
Namespaces | |
namespace | OpenDDS |
The Internal API and Implementation of OpenDDS. | |
namespace | OpenDDS::DCPS |
Functions | |
ACE_INLINE OpenDDS_Dcps_Export ACE_Time_Value | OpenDDS::DCPS::time_to_time_value (const DDS::Time_t &t) |
ACE_INLINE OpenDDS_Dcps_Export DDS::Time_t | OpenDDS::DCPS::time_value_to_time (const ACE_Time_Value &tv) |
ACE_INLINE OpenDDS_Dcps_Export ACE_Time_Value | OpenDDS::DCPS::duration_to_time_value (const DDS::Duration_t &t) |
ACE_INLINE OpenDDS_Dcps_Export ACE_Time_Value | OpenDDS::DCPS::duration_to_absolute_time_value (const DDS::Duration_t &t, const ACE_Time_Value &now=ACE_OS::gettimeofday()) |
ACE_INLINE OpenDDS_Dcps_Export DDS::Duration_t | OpenDDS::DCPS::time_value_to_duration (const ACE_Time_Value &tv) |
ACE_INLINE OpenDDS_Dcps_Export DDS::Duration_t | OpenDDS::DCPS::time_to_duration (const DDS::Time_t &t) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::valid_duration (DDS::Duration_t const &t) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::non_negative_duration (const DDS::Duration_t &t) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator== (const DDS::Duration_t &t1, const DDS::Duration_t &t2) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator!= (const DDS::Duration_t &t1, const DDS::Duration_t &t2) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator< (const DDS::Duration_t &t1, const DDS::Duration_t &t2) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator<= (const DDS::Duration_t &t1, const DDS::Duration_t &t2) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator> (const DDS::Duration_t &t1, const DDS::Duration_t &t2) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator>= (const DDS::Duration_t &t1, const DDS::Duration_t &t2) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator! (const DDS::Time_t &t) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator== (const DDS::Time_t &t1, const DDS::Time_t &t2) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator!= (const DDS::Time_t &t1, const DDS::Time_t &t2) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator< (const DDS::Time_t &t1, const DDS::Time_t &t2) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator<= (const DDS::Time_t &t1, const DDS::Time_t &t2) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator> (const DDS::Time_t &t1, const DDS::Time_t &t2) |
ACE_INLINE OpenDDS_Dcps_Export bool | OpenDDS::DCPS::operator>= (const DDS::Time_t &t1, const DDS::Time_t &t2) |
ACE_INLINE OpenDDS_Dcps_Export DDS::Time_t | OpenDDS::DCPS::operator- (const DDS::Time_t &t1, const DDS::Time_t &t2) |