TAO  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
UtcT Struct Reference

A timestamp in UTC time. More...

#include <TimeBase.pidl>

Collaboration diagram for UtcT:
Collaboration graph

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
 

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 Data Documentation

unsigned short UtcT::inacchi

The upper bound for the innacuracy.

unsigned long UtcT::inacclo

The lowest bound for innacuracy.

TdfT UtcT::tdf
Todo:
please document
TimeT UtcT::time

The actual time.


The documentation for this struct was generated from the following file: