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