org.epics.pvmanager.data
Interface Time

All Known Subinterfaces:
VByteArray, VDouble, VDoubleArray, VEnum, VEnumArray, VFloatArray, VInt, VIntArray, VMultiDouble, VMultiEnum, VMultiInt, VMultiString, VShortArray, VStatistics, VString, VStringArray

public interface Time

Time information.

Author:
carcassi

Method Summary
 TimeStamp getTimeStamp()
          The timestamp of the value, typically indicating when it was generated.
 java.lang.Integer getTimeUserTag()
          Returns a user defined tag, that can be used to store extra time information, such as beam shot.
 

Method Detail

getTimeStamp

TimeStamp getTimeStamp()
The timestamp of the value, typically indicating when it was generated. Never null. If never connected, it returns the time when it was last determined that no connection was made.

Returns:
the timestamp

getTimeUserTag

java.lang.Integer getTimeUserTag()
Returns a user defined tag, that can be used to store extra time information, such as beam shot.

Returns:
the user tag


Copyright © 2010. All Rights Reserved.