TimeBase::UtcT Struct Reference

A timestamp in UTC time. More...

import "TimeBase.pidl";

List of all members.

Public Types

typedef UtcT_var _var_type

Static Public Member Functions

void _tao_any_destructor (void *)

Public Attributes

TimeT time
 The actual time.

unsigned long inacclo
 The lowest bound for innacuracy.

unsigned short inacchi
 The upper bound for the innacuracy.

TdfT tdf
TimeBase::TimeT time
CORBA::ULong inacclo
CORBA::UShort inacchi
TimeBase::TdfT tdf


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]?

Definition at line 67 of file TimeBase.pidl.


Member Typedef Documentation

typedef UtcT_var TimeBase::UtcT::_var_type
 

Definition at line 108 of file TimeBaseC.h.


Member Function Documentation

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

Definition at line 54 of file TimeBaseC.cpp.

00057 {
00058   UtcT *_tao_tmp_pointer =
00059     static_cast<UtcT *> (_tao_void_pointer);
00060   delete _tao_tmp_pointer;
00061 }


Member Data Documentation

CORBA::UShort TimeBase::UtcT::inacchi
 

Definition at line 113 of file TimeBaseC.h.

unsigned short TimeBase::UtcT::inacchi
 

The upper bound for the innacuracy.

Definition at line 76 of file TimeBase.pidl.

Referenced by operator<<(), and operator>>().

CORBA::ULong TimeBase::UtcT::inacclo
 

Definition at line 112 of file TimeBaseC.h.

unsigned long TimeBase::UtcT::inacclo
 

The lowest bound for innacuracy.

Definition at line 73 of file TimeBase.pidl.

Referenced by operator<<(), and operator>>().

TimeBase::TdfT TimeBase::UtcT::tdf
 

Definition at line 114 of file TimeBaseC.h.

TdfT TimeBase::UtcT::tdf
 

Todo:
please document

Definition at line 79 of file TimeBase.pidl.

Referenced by operator<<(), and operator>>().

TimeBase::TimeT TimeBase::UtcT::time
 

Definition at line 111 of file TimeBaseC.h.

TimeT TimeBase::UtcT::time
 

The actual time.

Definition at line 70 of file TimeBase.pidl.

Referenced by operator<<(), and operator>>().


The documentation for this struct was generated from the following files:
Generated on Thu Nov 9 12:27:45 2006 for TAO by doxygen 1.3.6