TAO 4.0.2
Loading...
Searching...
No Matches
Public Attributes | List of all members
TimeBase::UtcT Struct Reference

A timestamp in UTC time. More...

import <TimeBase.pidl;

Public Attributes

TimeT time
 The actual time.
 
unsigned long inacclo
 The lowest bound for inaccuracy.
 
unsigned short inacchi
 The upper bound for the inaccuracy.
 
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

◆ inacchi

unsigned short TimeBase::UtcT::inacchi

The upper bound for the inaccuracy.

◆ inacclo

unsigned long TimeBase::UtcT::inacclo

The lowest bound for inaccuracy.

◆ tdf

TdfT TimeBase::UtcT::tdf
Todo
please document

◆ time

TimeT TimeBase::UtcT::time

The actual time.


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