Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TimeBase Namespace Reference

COS Time Service basic types. More...


Compounds

struct  TimeBase::IntervalT
struct  TimeBase::UtcT

Typedefs

typedef unsigned long long TimeT
 Time in TimeT is expressed in units of 100 nano seconds. More...

typedef TimeT InaccuracyT
 To express an error estimate for time.

typedef short TdfT
 Minutes of displacement from the Greenwich time.


Detailed Description

COS Time Service basic types.

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.


Typedef Documentation

typedef TimeT TimeBase::InaccuracyT
 

To express an error estimate for time.

typedef short TimeBase::TdfT
 

Minutes of displacement from the Greenwich time.

typedef unsigned long long TimeBase::TimeT
 

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.


Generated at Wed Nov 21 11:46:14 2001 for TAO by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000