#include <Time.h>
Public Member Functions | |
| COMMON_EXPORT int64_t | get_ns () const |
| COMMON_EXPORT bool | isInitialized () const |
Protected Member Functions | |
| COMMON_EXPORT | timeParent () |
| COMMON_EXPORT | timeParent (int64_t _ns) |
| COMMON_EXPORT void | assign (const int64_t v) |
| COMMON_EXPORT int64_t | getRolloverTime (double t) |
Private Attributes | |
| int64_t | ns |
Static Private Attributes | |
| static COMMON_EXPORT const int64_t | uninitializedValue = I64_C(8888888888888888888) |
Definition at line 175 of file Time.h.
| void timeParent::assign | ( | const int64_t | v | ) | [protected] |
Definition at line 889 of file Time.C.
References ns.
Referenced by relTimeStamp::initI(), timeLength::initI(), timeStamp::initI(), operator*=(), operator+=(), operator-=(), operator/=(), relTimeStamp::relTimeStamp(), timeLength::timeLength(), and timeStamp::timeStamp().
| int64_t timeParent::get_ns | ( | ) | const |
Definition at line 885 of file Time.C.
References ns.
Referenced by timeLength::getD(), relTimeStamp::getD(), timeStamp::getD(), timeLength::getI(), relTimeStamp::getI(), timeStamp::getI(), isInitialized(), operator!=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<<(), operator<=(), operator==(), operator>(), operator>=(), and timeBase::timeBase().
| int64_t timeParent::getRolloverTime | ( | double | t | ) | [protected] |
Definition at line 134 of file Time.C.
References I64_MAX.
Referenced by relTimeStamp::relTimeStamp(), timeLength::timeLength(), and timeStamp::timeStamp().
| bool timeParent::isInitialized | ( | ) | const |
Definition at line 438 of file Time.C.
References get_ns(), and uninitializedValue.
Referenced by abs(), earlier(), later(), maximum(), minimum(), operator!=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<<(), operator<=(), operator==(), operator>(), and operator>=().
int64_t timeParent::ns [private] |
Definition at line 178 of file Time.h.
Referenced by assign(), get_ns(), relTimeStamp::relTimeStamp(), and timeStamp::timeStamp().
const int64_t timeParent::uninitializedValue = I64_C(8888888888888888888) [static, private] |
Definition at line 177 of file Time.h.
Referenced by isInitialized().
1.6.1