public interface Time
Modifier and Type | Method and Description |
---|---|
org.epics.util.time.Timestamp |
getTimestamp()
The timestamp of the value, typically indicating when it was
generated.
|
TimeStamp |
getTimeStamp()
Deprecated.
|
Integer |
getTimeUserTag()
Returns a user defined tag, that can be used to store extra
time information, such as beam shot.
|
boolean |
isTimeValid()
Returns a data source specific flag to indicate whether the time
information should be trusted.
|
@Deprecated TimeStamp getTimeStamp()
TimeStamp
is being discontinued in favor
of Timestamp
: use getTimestamp()
insteadorg.epics.util.time.Timestamp getTimestamp()
Integer getTimeUserTag()
boolean isTimeValid()
Copyright © 2012. All Rights Reserved.