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

TimeBase::UtcT Struct Reference

A timestamp in UTC time. More...

#include <TimeBaseC.h>

List of all members.

Public Types

typedef UtcT_var _var_type

Public Methods

 ACE_NESTED_CLASS (TimeBase, TimeT) time
 ACE_NESTED_CLASS (TimeBase, TdfT) tdf

Static Public Methods

void _tao_any_destructor (void *)

Public Attributes

TimeT time
 The actual time. More...

unsigned long inacclo
 The lowest bound for innacuracy. More...

unsigned short inacchi
 The upper bound for the innacuracy. More...

TdfT tdf
CORBA::ULong inacclo
CORBA::UShort inacchi


Detailed Description

A timestamp in UTC time.

The inaccuracy is packed into inacclo & inacchi. tdf holds the time displacement factor.

There are a total of 16 octets in this struct.

Todo:
What is exactly the range of time here? Is it [time-inacclo,time+inacchi]?


Member Typedef Documentation

typedef UtcT_var TimeBase::UtcT::_var_type
 


Member Function Documentation

void TimeBase::UtcT::_tao_any_destructor void *    [static]
 

TimeBase::UtcT::ACE_NESTED_CLASS TimeBase   ,
TdfT   
 

TimeBase::UtcT::ACE_NESTED_CLASS TimeBase   ,
TimeT   
 


Member Data Documentation

CORBA::UShort TimeBase::UtcT::inacchi
 

unsigned short TimeBase::UtcT::inacchi
 

The upper bound for the innacuracy.

CORBA::ULong TimeBase::UtcT::inacclo
 

unsigned long TimeBase::UtcT::inacclo
 

The lowest bound for innacuracy.

TdfT TimeBase::UtcT::tdf
 

Todo:
please document

TimeT TimeBase::UtcT::time
 

The actual time.


The documentation for this struct was generated from the following files:
Generated on Thu Oct 10 19:20:55 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001