|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.TimeBase.UtcT
public final class UtcT
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 relative time (that is, a duration) or an absolute time is determined by context; there is no explicit flag within the object holding that state information. (Note that, if a UtcT structure is used to hold a duration, its tdf must be set to zero.)
Field Summary | |
---|---|
short |
inacchi
Holds the upper part (2 octets) of the 48-bits inaccuracy value in the time field. |
int |
inacclo
Holds the lower part (4 octets) of the 48-bits inaccuracy value in the time field. |
short |
tdf
Holds the time zone information. |
long |
time
Basic value of time. |
Constructor Summary | |
---|---|
UtcT()
|
|
UtcT(long time,
int inacclo,
short inacchi,
short tdf)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long time
public int inacclo
time
field.
public short inacchi
time
field.
public short tdf
Constructor Detail |
---|
public UtcT()
public UtcT(long time, int inacclo, short inacchi, short tdf)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |