Uses of Class
xal.smf.scada.ScadaAnnotationException
Packages that use ScadaAnnotationException
-
Uses of ScadaAnnotationException in xal.smf.impl
Methods in xal.smf.impl that throw ScadaAnnotationExceptionModifier 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 ScadaAnnotationExceptionModifierConstructorDescriptionDataFit()
Creates a new, empty instance ofDataFit
.Creates a new instance ofDataFit
and initializes the signal values by acquiring data from the given device.DataFit()
Creates a new, emptyDataFit
object.DataFit
(WireScanner ws) Create a newDataFit
object initialize with values fetched from the given device.DataFit
(DataAdaptor daptSrc) Create a newDataFit
object initialized from the given data source.Create a new emptyDataLiveArr
object.Create a newDataLiveArr
object initialize with values fetched from the given device.DataLiveArr
(DataAdaptor daptSrc) Create a newDataLiveArr
object initialized from the given data source.Create a new emptyDataLive
object.Create a newDataLive
object initialize with values fetched from the given device.DataLivePt
(DataAdaptor daptSrc) Create a newDataLive
object initialized from the given data source.DataRaw()
Creates a new, empty instance ofMeasurement
.Creates a new instance ofDataRaw
and initializes the signal values by acquiring data from the given device.DataRaw()
Create a new, emptyDataRaw
object.DataRaw
(WireScanner ws) Create a newDataRaw
object and initialize with values fetched from the given device.Trace()
Creates a newDataTrace
object.Trace
(DataAdaptor daptSrc) Create a newDataTrace
object initialized from the given data source. -
Uses of ScadaAnnotationException in xal.smf.impl.profile
Methods in xal.smf.impl.profile that throw ScadaAnnotationExceptionModifier and TypeMethodDescriptionstatic 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.Signal.FIELD.createDescriptor
(ASignal annSig) Creates a new SCADA (PV) field descriptor for the signal field represented by this enumeration constant.static List<ScadaFieldDescriptor>
SignalSet.getFieldDescriptorList
(Class<? extends SignalSet> clsData) Returns the set of field descriptors for (field, channel) pairs used by the givenSignalSet
-derived class.ProfileDevice.ANGLE.getSignalPosFd
(Class<? extends SignalSet> clsData) Extracts the field descriptor for the position channel from the annotations of the givenSignalSet
-derived class type.ProfileDevice.ANGLE.getSignalValFd
(Class<? extends SignalSet> clsData) Extracts the field descriptor for the signal value channel from the set of acquisition descriptors.Constructors in xal.smf.impl.profile that throw ScadaAnnotationExceptionModifierConstructorDescriptionprotected
Create a new, uninitializedSignalSet
object initialize with values fetched from the given device.protected
SignalSet
(ProfileDevice smfDev) Create a newSignalSet
object initializing it with values acquired from the given device.