Uses of Class
xal.service.pvlogger.ChannelSnapshot
Packages that use ChannelSnapshot
Package
Description
-
Uses of ChannelSnapshot in xal.service.pvlogger
Fields in xal.service.pvlogger declared as ChannelSnapshotMethods in xal.service.pvlogger that return ChannelSnapshotModifier and TypeMethodDescriptionMachineSnapshot.getChannelSnapshots()
Get the channel snapshots.Methods in xal.service.pvlogger with parameters of type ChannelSnapshotModifier and TypeMethodDescriptionvoid
MachineSnapshot.setChannelSnapshot
(int index, ChannelSnapshot channelSnapshot) Set the channel snapshot for the specified index.Constructors in xal.service.pvlogger with parameters of type ChannelSnapshotModifierConstructorDescriptionMachineSnapshot
(long id, String type, Date timestamp, String comment, ChannelSnapshot[] channelSnapshots) Primary constructor.MachineSnapshot
(long id, Date timestamp, String comment, ChannelSnapshot[] channelSnapshots) Primary constructor.MachineSnapshot
(Date timestamp, String comment, ChannelSnapshot[] channelSnapshots) Constructor. -
Uses of ChannelSnapshot in xal.service.pvlogger.apputils.browser
Methods in xal.service.pvlogger.apputils.browser that return ChannelSnapshotModifier and TypeMethodDescriptionBrowserController.filterSnapshots
(ChannelSnapshot[] snapshots) Filter each channel snapshot based on whether its signal is selectedMethods in xal.service.pvlogger.apputils.browser that return types with arguments of type ChannelSnapshotModifier and TypeMethodDescriptionBrowserController.getChannelSnapshotTableModel()
get the table model of channel snapshotsMethods in xal.service.pvlogger.apputils.browser with parameters of type ChannelSnapshotModifier and TypeMethodDescriptionBrowserController.filterSnapshots
(ChannelSnapshot[] snapshots) Filter each channel snapshot based on whether its signal is selected -
Uses of ChannelSnapshot in xal.service.pvlogger.sim
Methods in xal.service.pvlogger.sim that return ChannelSnapshotModifier and TypeMethodDescriptionPVLoggerDataSource.getChannelSnapshot
(String pv) get a channel snapshot for the specified PVPVLoggerDataSource.getChannelSnapshots()
get all the channel snapshots.Methods in xal.service.pvlogger.sim that return types with arguments of type ChannelSnapshotModifier and TypeMethodDescriptionprotected Map<String,
ChannelSnapshot> PVLoggerDataSource.populateChannelSnapshotTable()
populate the channel snapshot table