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.DataFitWireScanner.DataFit.acquire(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireScanner.DataLiveArrWireScanner.DataLiveArr.acquire(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireScanner.DataLivePtWireScanner.DataLivePt.acquire(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireScanner.DataRawWireScanner.DataRaw.acquire(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireScanner.TraceWireScanner.Trace.acquire(WireScanner ws) Convenience method for retrieving a new initialized data structure populated from the given device state.static WireHarp.DataFitConvenience method for retrieving a new, initialized measurement set acquired from the given device.static WireHarp.DataRawConvenience method for retrieving a new, initialized measurement set acquired from the given device.Constructors in xal.smf.impl that throw BadStructExceptionModifierConstructorDescriptionCreates a new instance ofDataFitand initializes the signal values by acquiring data from the given device.DataFit(WireScanner ws) Create a newDataFitobject initialize with values fetched from the given device.Create a newDataLiveArrobject initialize with values fetched from the given device.Create a newDataLiveobject initialize with values fetched from the given device.Creates a new instance ofDataRawand initializes the signal values by acquiring data from the given device.DataRaw(WireScanner ws) Create a newDataRawobject and initialize with values fetched from the given device.DataRaw(DataAdaptor daptSrc) Create a newDataRawobject 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 SignalSignal.createConnectedSignal(ASignal annSig) Creates a new instance of theSignalclass which is connected to a given device whose signal fields are described in the given annotation.voidSignalSet.loadHardwareValues(ProfileDevice smfDev) Populate the fields of this data set by acquiring the current values of the signal process variables of the given device.booleanProfileDevice.testConnection(Class<?> clsScada, double dblTmOut) Test the connections in all the channels of the given parameter set for this accelerator device.voidSignal.update(DataAdaptor daptSrc) voidSignalAttrs.update(DataAdaptor daptSrc) Loads the data structure from the given data source while respecting the various data format versions.voidSignalSet.update(DataAdaptor daptSrc) Load the contents of this data set from the persistent store behind theDataListenerinterface.Constructors in xal.smf.impl.profile that throw BadStructExceptionModifierConstructorDescriptionSignal()Creates a new, uninitialized instance ofSignalwhich is not connected to any XAL channels.protectedSignal(List<ScadaFieldDescriptor> lstFldDscr) Creates a new instance of Signal and initializes the SCADA operations with the given field descriptors.protectedSignalSet(ProfileDevice smfDev) Create a newSignalSetobject 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 TypeMethodDescriptionvoidScadaRecord.loadHardwareValues(AcceleratorNode smfDev) Populate the fields of this data set with the current Process Variable values of the given device.protected voidScadaRecord.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.voidScadaRecord.setHardwareValues(AcceleratorNode smfDev) Sets the parameters of the given hardware device, to the values in this data structure.protected voidScadaRecord.setPvFromField(String strFldName, String strHndPv, AcceleratorNode smfDev) Sets the given PV with the value of the data structure field given by name.booleanBatchConnectionTest.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.booleanScadaCheckConnect.testConnection(Class<?> clsScada, double dblTmOut) Deprecated.Test the connections in all the channels in this DAQ data structure for the given accelerator device.voidScadaRecord.update(DataAdaptor daptSrc) Read in the values of the data structure fields from the data source behind the data adaptor interface.voidScadaRecord.write(DataAdaptor daptSink) Save the data structure field values to the given data sink behind theDataAdaptorinterface.Constructors in xal.smf.scada that throw BadStructExceptionModifierConstructorDescriptionprotectedCreate a newScadaStructobject.protectedScadaRecord(AcceleratorNode smfDev) Creates a newScadaStructobject which is initialized from the data provided by the given hardware object.