Uses of Class
org.scictrl.csshell.Timestamp
Packages that use Timestamp
Package
Description
-
Uses of Timestamp in org.scictrl.csshell
Methods in org.scictrl.csshell that return TimestampMethods in org.scictrl.csshell with parameters of type TimestampModifier and TypeMethodDescriptionint
compareTo.boolean
Timestamp.isGreaterOrEqual
(Timestamp other) isGreaterOrEqual.boolean
Timestamp.isGreaterThan
(Timestamp other) isGreaterThan.boolean
Timestamp.isLessOrEqual
(Timestamp other) isLessOrEqual.boolean
Timestamp.isLessThan
(Timestamp other) isLessThan.Constructors in org.scictrl.csshell with parameters of type Timestamp -
Uses of Timestamp in org.scictrl.csshell.epics
Methods in org.scictrl.csshell.epics that return TimestampModifier and TypeMethodDescriptionstatic Timestamp
EPICSUtilities.convertTimestamp
(gov.aps.jca.dbr.TimeStamp ts) Converts CA timestamp to DAL timestamp.static Timestamp
EPICSUtilities.toTimestamp
(gov.aps.jca.dbr.DBR dbr) Tries to extract timestamp from DBR. -
Uses of Timestamp in org.scictrl.csshell.epics.server.application.orbitserver
Methods in org.scictrl.csshell.epics.server.application.orbitserver that return Timestamp