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.
Field Summary
shortinacchi
Struct member inacchi
intinacclo
Struct member inacclo
shorttdf
Struct member tdf
longtime
Struct member time
Constructor Summary
UtcT()
Default constructor
UtcT(long time, int inacclo, short inacchi, short tdf)
Constructor with fields initialization

Field Detail

inacchi

public short inacchi
Struct member inacchi

inacclo

public int inacclo
Struct member inacclo

tdf

public short tdf
Struct member tdf

time

public long time
Struct member time

Constructor Detail

UtcT

public UtcT()
Default constructor

UtcT

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