Uses of Class
gov.aps.jca.dbr.TimeStamp
-
Packages that use TimeStamp Package Description com.cosylab.epics.caj.cas.util com.cosylab.epics.caj.cas.util.examples gov.aps.jca.dbr -
-
Uses of TimeStamp in com.cosylab.epics.caj.cas.util
Fields in com.cosylab.epics.caj.cas.util declared as TimeStamp Modifier and Type Field Description protected TimeStampMemoryProcessVariable. timestampTimestamp of set value. -
Uses of TimeStamp in com.cosylab.epics.caj.cas.util.examples
Fields in com.cosylab.epics.caj.cas.util.examples declared as TimeStamp Modifier and Type Field Description protected TimeStampCounterProcessVariable. timestampTimestamp of last value change. -
Uses of TimeStamp in gov.aps.jca.dbr
Fields in gov.aps.jca.dbr declared as TimeStamp Modifier and Type Field Description protected TimeStampDBR_TIME_Byte. _stampprotected TimeStampDBR_TIME_Double. _stampprotected TimeStampDBR_TIME_Enum. _stampprotected TimeStampDBR_TIME_Float. _stampprotected TimeStampDBR_TIME_Int. _stampprotected TimeStampDBR_TIME_LABELS_Enum. _stampprotected TimeStampDBR_TIME_Short. _stampprotected TimeStampDBR_TIME_String. _stampMethods in gov.aps.jca.dbr that return TimeStamp Modifier and Type Method Description static TimeStampTimeStamp. add(TimeStamp ts, double dbl)static TimeStampTimeStamp. add(TimeStamp ts1, TimeStamp ts2)TimeStampDBR_GR_Byte. getTimeStamp()NOTE: this method will always returnnulltimestamp if called from CA client.TimeStampDBR_GR_Double. getTimeStamp()NOTE: this method will always returnnulltimestamp if called from CA client.TimeStampDBR_GR_Float. getTimeStamp()NOTE: this method will always returnnulltimestamp if called from CA client.TimeStampDBR_GR_Int. getTimeStamp()NOTE: this method will always returnnulltimestamp if called from CA client.TimeStampDBR_GR_Short. getTimeStamp()NOTE: this method will always returnnulltimestamp if called from CA client.TimeStampDBR_TIME_Byte. getTimeStamp()TimeStampDBR_TIME_Double. getTimeStamp()TimeStampDBR_TIME_Enum. getTimeStamp()TimeStampDBR_TIME_Float. getTimeStamp()TimeStampDBR_TIME_Int. getTimeStamp()TimeStampDBR_TIME_LABELS_Enum. getTimeStamp()TimeStampDBR_TIME_Short. getTimeStamp()TimeStampDBR_TIME_String. getTimeStamp()TimeStampTIME. getTimeStamp()static TimeStampTimeStamp. sub(TimeStamp ts, double dbl)static TimeStampTimeStamp. sub(TimeStamp ts1, TimeStamp ts2)Methods in gov.aps.jca.dbr with parameters of type TimeStamp Modifier and Type Method Description voidTimeStamp. add(TimeStamp ts)static TimeStampTimeStamp. add(TimeStamp ts, double dbl)static TimeStampTimeStamp. add(TimeStamp ts1, TimeStamp ts2)intTimeStamp. cmp(TimeStamp ts)booleanTimeStamp. EQ(TimeStamp ts)booleanTimeStamp. GE(TimeStamp ts)booleanTimeStamp. GT(TimeStamp ts)booleanTimeStamp. LE(TimeStamp ts)booleanTimeStamp. LT(TimeStamp ts)booleanTimeStamp. NE(TimeStamp ts)voidDBR_GR_Byte. setTimeStamp(TimeStamp stamp)Set timestamp.voidDBR_GR_Double. setTimeStamp(TimeStamp stamp)Set timestamp.voidDBR_GR_Float. setTimeStamp(TimeStamp stamp)Set timestamp.voidDBR_GR_Int. setTimeStamp(TimeStamp stamp)Set timestamp.voidDBR_GR_Short. setTimeStamp(TimeStamp stamp)Set timestamp.voidDBR_TIME_Byte. setTimeStamp(TimeStamp stamp)voidDBR_TIME_Double. setTimeStamp(TimeStamp stamp)voidDBR_TIME_Enum. setTimeStamp(TimeStamp stamp)voidDBR_TIME_Float. setTimeStamp(TimeStamp stamp)voidDBR_TIME_Int. setTimeStamp(TimeStamp stamp)voidDBR_TIME_LABELS_Enum. setTimeStamp(TimeStamp stamp)voidDBR_TIME_Short. setTimeStamp(TimeStamp stamp)voidDBR_TIME_String. setTimeStamp(TimeStamp stamp)voidTIME. setTimeStamp(TimeStamp stamp)voidTimeStamp. sub(TimeStamp ts)static TimeStampTimeStamp. sub(TimeStamp ts, double dbl)static TimeStampTimeStamp. sub(TimeStamp ts1, TimeStamp ts2)Constructors in gov.aps.jca.dbr with parameters of type TimeStamp Constructor Description TimeStamp(TimeStamp ts)
-