Classes | |
struct | TimeBase::UtcT |
A timestamp in UTC time. More... | |
struct | TimeBase::IntervalT |
An UTC time interval. More... | |
Typedefs | |
typedef CORBA::ULongLong | TimeT |
Time in TimeT is expressed in units of 100 nano seconds. | |
typedef TimeT | InaccuracyT |
To express an error estimate for time. | |
typedef short | TdfT |
Minutes of displacement from the Greenwich time. | |
typedef CORBA::ULongLong_out | TimeT_out |
typedef TimeT_out | InaccuracyT_out |
typedef CORBA::Short_out | TdfT_out |
typedef TAO_Fixed_Var_T< UtcT > | UtcT_var |
typedef UtcT & | UtcT_out |
typedef TAO_Fixed_Var_T< IntervalT > | IntervalT_var |
typedef IntervalT & | IntervalT_out |
Variables | |
::CORBA::TypeCode_ptr const | _tc_TimeT |
::CORBA::TypeCode_ptr const | _tc_InaccuracyT |
::CORBA::TypeCode_ptr const | _tc_TdfT |
::CORBA::TypeCode_ptr const | _tc_UtcT |
::CORBA::TypeCode_ptr const | _tc_IntervalT |
The standard CORBA Time Service defines a number of data structures to manipulate and express time. Over time these data structures have found their way into core components of CORBA, such as CORBA Messaging, RT CORBA, etc.
|
To express an error estimate for time.
|
|
|
|
|
|
|
|
Minutes of displacement from the Greenwich time.
|
|
|
|
Time in TimeT is expressed in units of 100 nano seconds. In other words each TimeT is 10^-7 seconds. When used for absolute time 0 is to October 15, 1582. Please read the spec for further details. |
|
|
|
|
|
|
|
Initial value: &_tao_tc_TimeBase_InaccuracyT |
|
Initial value: &_tao_tc_TimeBase_IntervalT |
|
Initial value: &_tao_tc_TimeBase_TdfT |
|
Initial value: &_tao_tc_TimeBase_TimeT |
|
Initial value: &_tao_tc_TimeBase_UtcT |