Uses of Class
xal.smf.scada.BadStructException
Packages that use BadStructException
-
Uses of BadStructException in xal.smf.impl
Methods in xal.smf.impl that throw BadStructExceptionModifier and TypeMethodDescriptionstatic WireScanner.DataFit
WireScanner.DataFit.acquire
(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireScanner.DataLiveArr
WireScanner.DataLiveArr.acquire
(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireScanner.DataLivePt
WireScanner.DataLivePt.acquire
(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireScanner.DataRaw
WireScanner.DataRaw.acquire
(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireScanner.Trace
WireScanner.Trace.acquire
(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireHarp.DataFit
Convenience method for retrieving a new, initialized measurement set acquired from the given device.static WireHarp.DataRaw
Convenience method for retrieving a new, initialized measurement set acquired from the given device.Constructors in xal.smf.impl that throw BadStructExceptionModifierConstructorDescriptionCreates a new instance ofDataFit
and initializes the signal values by acquiring data from the given device.DataFit
(WireScanner ws) Create a newDataFit
object initialize with values fetched from the given device.Create a newDataLiveArr
object initialize with values fetched from the given device.Create a newDataLive
object initialize with values fetched from the given device.Creates a new instance ofDataRaw
and initializes the signal values by acquiring data from the given device.DataRaw
(WireScanner ws) Create a newDataRaw
object and initialize with values fetched from the given device.DataRaw
(DataAdaptor daptSrc) Create a newDataRaw
object initialized from the given data source. -
Uses of BadStructException in xal.smf.impl.profile
Methods in xal.smf.impl.profile that throw BadStructExceptionModifier and TypeMethodDescription<T extends ParameterSet>
TProfileDevice.acquireConfig
(Class<T> clsType) Retrieves a given set of configuration parameter values.<T extends SignalSet>
TProfileDevice.acquireData
(Class<T> clsType) Acquires the current measurement data from the wire scanner data buffers.static Signal
Signal.createConnectedSignal
(ASignal annSig) Creates a new instance of theSignal
class which is connected to a given device whose signal fields are described in the given annotation.void
SignalSet.loadHardwareValues
(ProfileDevice smfDev) Populate the fields of this data set by acquiring the current values of the signal process variables of the given device.boolean
ProfileDevice.testConnection
(Class<?> clsScada, double dblTmOut) Test the connections in all the channels of the given parameter set for this accelerator device.void
Signal.update
(DataAdaptor daptSrc) void
SignalAttrs.update
(DataAdaptor daptSrc) Loads the data structure from the given data source while respecting the various data format versions.void
SignalSet.update
(DataAdaptor daptSrc) Load the contents of this data set from the persistent store behind theDataListener
interface.Constructors in xal.smf.impl.profile that throw BadStructExceptionModifierConstructorDescriptionSignal()
Creates a new, uninitialized instance ofSignal
which is not connected to any XAL channels.protected
Signal
(List<ScadaFieldDescriptor> lstFldDscr) Creates a new instance of Signal and initializes the SCADA operations with the given field descriptors.protected
SignalSet
(ProfileDevice smfDev) Create a newSignalSet
object initializing it with values acquired from the given device. -
Uses of BadStructException in xal.smf.scada
Methods in xal.smf.scada that throw BadStructExceptionModifier and TypeMethodDescriptionvoid
ScadaRecord.loadHardwareValues
(AcceleratorNode smfDev) Populate the fields of this data set with the current Process Variable values of the given device.protected void
ScadaRecord.setFieldFromPV
(String strFldName, String strHndPv, AcceleratorNode smfDev) Set the value of of the given data field using the value obtained from the PV attached to the given device.void
ScadaRecord.setHardwareValues
(AcceleratorNode smfDev) Sets the parameters of the given hardware device, to the values in this data structure.protected void
ScadaRecord.setPvFromField
(String strFldName, String strHndPv, AcceleratorNode smfDev) Sets the given PV with the value of the data structure field given by name.boolean
BatchConnectionTest.testConnection
(Class<?> clsScada, double dblTmOut) Test the given (implied) SCADA class for channel connectivity of . its SCADA fields All the channels for the set of PVs are identified (i.e., read back, set, etc.) then the connections are tested in batch mode, rather than serially.boolean
ScadaCheckConnect.testConnection
(Class<?> clsScada, double dblTmOut) Deprecated.Test the connections in all the channels in this DAQ data structure for the given accelerator device.void
ScadaRecord.update
(DataAdaptor daptSrc) Read in the values of the data structure fields from the data source behind the data adaptor interface.void
ScadaRecord.write
(DataAdaptor daptSink) Save the data structure field values to the given data sink behind theDataAdaptor
interface.Constructors in xal.smf.scada that throw BadStructExceptionModifierConstructorDescriptionprotected
Create a newScadaStruct
object.protected
ScadaRecord
(AcceleratorNode smfDev) Creates a newScadaStruct
object which is initialized from the data provided by the given hardware object.