org.omg.TimeBase
Class UtcT
public final
class
UtcT
extends Object
implements IDLEntity
Utct defines the structure of the time value that is used universally in this service.
The basic value of time is of type TimeT that is held in the time field. Whether a Utct structure
is holding a relativeor absolute time is determined by its history. There is no explicit flag whithin
the object holding that state information. The inacclo and inacchi field together hold a 48-bit estimate
of inaccuracy in the time field. These two fields together hold a value of type InaccuracyT packed into 48 bits.
The tdf field hold time zone information. Implementation must place the time displacement factor for the local
time zone in this field whenever they create a UTO.
Constructor Summary |
| UtcT()
Default constructor |
| UtcT(long time, int inacclo, short inacchi, short tdf)
Constructor with fields initialization |
public short inacchi
Struct member inacchi
public int inacclo
Struct member inacclo
public short tdf
Struct member tdf
public long time
Struct member time
public UtcT()
Default constructor
public UtcT(long time, int inacclo, short inacchi, short tdf)
Constructor with fields initialization
Parameters: time time struct member inacclo inacclo struct member inacchi inacchi struct member tdf tdf struct member