#include <acstimeTimeUtil.h>
List of all members.
Detailed Description
TimeUtil is a utility class providing static methods to convert between various time systems.
TODO:
Constructor & Destructor Documentation
TimeUtil::TimeUtil |
( |
|
) |
[inline] |
TimeUtil::~TimeUtil |
( |
|
) |
[inline] |
TimeUtil::TimeUtil |
( |
const TimeUtil & |
|
) |
[private] |
Member Function Documentation
static acstime::Duration TimeUtil::ace2duration |
( |
const ACE_Time_Value & |
value |
) |
[static] |
convert ACE_Time_Value to Duration
- Parameters:
-
- Returns:
- value converted to a Duration
static acstime::Epoch TimeUtil::ace2epoch |
( |
const ACE_Time_Value & |
value |
) |
[static] |
static ACE_Time_Value TimeUtil::duration2ace |
( |
const acstime::Duration & |
value |
) |
[static] |
convert Duration to ACE_Time_Value
- Parameters:
-
- Returns:
- value converted to an ACE_Time_Value
static ACE_Time_Value TimeUtil::epoch2ace |
( |
const acstime::Epoch & |
value |
) |
[static] |
convert Epoch to ACE_Time_Value
- Parameters:
-
- Returns:
- value converted to an ACE_Time_Value
void TimeUtil::operator= |
( |
const TimeUtil & |
|
) |
[private] |
Member Data Documentation
The documentation for this class was generated from the following file: