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
 An UTC time interval. More...

class  TimeBase::IntervalT_var
struct  TimeBase::UtcT
 A timestamp in UTC time. More...

class  TimeBase::UtcT_var

Typedefs

typedef unsigned long long TimeT
 In other words each TimeT is 10^-7 seconds. More...

typedef TimeT InaccuracyT
 To express an error estimate for time. More...

typedef short TdfT
 Minutes of displacement from the Greenwich time. More...

typedef CORBA::ULongLong_out TimeT_out
typedef TimeT_out InaccuracyT_out
typedef CORBA::Short_out TdfT_out
typedef UtcTUtcT_out
typedef IntervalTIntervalT_out

Variables

TAO_NAMESPACE_STORAGE_CLASS
CORBA::TypeCode_ptr 
_tc_TimeT
TAO_NAMESPACE_STORAGE_CLASS
CORBA::TypeCode_ptr 
_tc_InaccuracyT
TAO_NAMESPACE_STORAGE_CLASS
CORBA::TypeCode_ptr 
_tc_TdfT
TAO_NAMESPACE_STORAGE_CLASS
CORBA::TypeCode_ptr 
_tc_UtcT
TAO_NAMESPACE_STORAGE_CLASS
CORBA::TypeCode_ptr 
_tc_IntervalT


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 TimeT_out TimeBase::InaccuracyT_out
 

typedef IntervalT& TimeBase::IntervalT_out
 

typedef CORBA::Short TimeBase::TdfT
 

Minutes of displacement from the Greenwich time.

typedef CORBA::Short_out TimeBase::TdfT_out
 

typedef CORBA::ULongLong TimeBase::TimeT
 

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.

typedef CORBA::ULongLong_out TimeBase::TimeT_out
 

typedef UtcT& TimeBase::UtcT_out
 


Variable Documentation

TAO_NAMESPACE_STORAGE_CLASS CORBA::TypeCode_ptr TimeBase::_tc_InaccuracyT
 

TAO_NAMESPACE_STORAGE_CLASS CORBA::TypeCode_ptr TimeBase::_tc_IntervalT
 

TAO_NAMESPACE_STORAGE_CLASS CORBA::TypeCode_ptr TimeBase::_tc_TdfT
 

TAO_NAMESPACE_STORAGE_CLASS CORBA::TypeCode_ptr TimeBase::_tc_TimeT
 

TAO_NAMESPACE_STORAGE_CLASS CORBA::TypeCode_ptr TimeBase::_tc_UtcT
 


Generated on Thu Oct 10 19:20:55 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001