Uses of Class
xal.ca.Timestamp
Packages that use Timestamp
Package
Description
The Open XAL EPICS7 plugin was introduced in v4.0.
-
Uses of Timestamp in xal.ca
Modifier and TypeMethodDescriptionChannelTimeRecord.getTimestamp()Get the timestamp.ChannelTimeRecordImpl.getTimestamp()Get the timestamp. -
Uses of Timestamp in xal.plugin.epics7
Fields in xal.plugin.epics7 declared as TimestampMethods in xal.plugin.epics7 that return Timestamp -
Uses of Timestamp in xal.service.pvlogger
Fields in xal.service.pvlogger declared as TimestampModifier and TypeFieldDescriptionprotected final TimestampChannelSnapshot.timestamptime stamp reported for the channel monitor eventMethods in xal.service.pvlogger that return TimestampModifier and TypeMethodDescriptionChannelSnapshot.getTimestamp()Get the timestamp of the PV's data identifying the time the data was acquired.Constructors in xal.service.pvlogger with parameters of type TimestampModifierConstructorDescriptionChannelSnapshot(String pv, double[] value, int status, int severity, Timestamp timestamp) Primary constructor of a snapshot.