Uses of Class
xal.smf.scada.ScadaFieldDescriptor
Packages that use ScadaFieldDescriptor
-
Uses of ScadaFieldDescriptor in xal.smf.impl
Method parameters in xal.smf.impl with type arguments of type ScadaFieldDescriptorModifier and TypeMethodDescriptionboolean
WireScanner.testConnection
(Collection<ScadaFieldDescriptor> setFds, double dblTmOut) Test the connections in all the channels of the given parameter set for this accelerator device. -
Uses of ScadaFieldDescriptor in xal.smf.impl.profile
Methods in xal.smf.impl.profile that return ScadaFieldDescriptorModifier and TypeMethodDescriptionSignal.FIELD.createDescriptor
(ASignal annSig) Creates a new SCADA (PV) field descriptor for the signal field represented by this enumeration constant.SignalAttrs.ATTRS.createDescriptor
(ASignalAttrs annSig) Creates a new SCADA (PV) field descriptor for the signal attribute represented by this enumeration constant.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.Methods in xal.smf.impl.profile that return types with arguments of type ScadaFieldDescriptorModifier and TypeMethodDescriptionstatic List<ScadaFieldDescriptor>
SignalSet.getFieldDescriptorList
(Class<? extends SignalSet> clsData) Returns the set of field descriptors for (field, channel) pairs used by the givenSignalSet
-derived class.SignalAttrSet.getFieldDescriptors()
Returns the set of all SCADA field descriptors describing the data acquisition channels.SignalSet.getFieldDescriptors()
Returns the set of all SCADA field descriptors describing the data acquisition channels.Method parameters in xal.smf.impl.profile with type arguments of type ScadaFieldDescriptorModifier and TypeMethodDescriptionboolean
ProfileDevice.testConnection
(Collection<ScadaFieldDescriptor> setFds, double dblTmOut) Test the connections in all the channels of the given parameter set for this accelerator device.Constructor parameters in xal.smf.impl.profile with type arguments of type ScadaFieldDescriptorModifierConstructorDescriptionprotected
Signal
(List<ScadaFieldDescriptor> lstFldDscr) Creates a new instance of Signal and initializes the SCADA operations with the given field descriptors.protected
SignalAttrs
(List<ScadaFieldDescriptor> lstPfdSet) Create a newSignalAttrs
object.protected
SignalAttrs
(List<ScadaFieldDescriptor> lstPfdSet, AcceleratorNode ws) Create a new, initializedSignalAttrs
object. -
Uses of ScadaFieldDescriptor in xal.smf.scada
Methods in xal.smf.scada that return ScadaFieldDescriptorModifier and TypeMethodDescriptionScadaRecord.getFieldDescriptor
(String strName) Returns the PV field descriptor for this structure with the given name.static ScadaFieldDescriptor
ScadaFieldDescriptor.makeFieldDescriptor
(String strFldName, Class<?> clsScada) This method returns data of the
annotation meta data.AScada.Field
static ScadaFieldDescriptor
ScadaFieldDescriptor.makeFieldDescriptor
(String strName, AScada.Field annFld) Creates aScadaStruct$ScadaFieldDescriptor
object according to the specifications in the given arguments.static ScadaFieldDescriptor[]
ScadaFieldDescriptor.makeFieldDescriptorArray
(Class<?> clsScada) This method returns the field descriptor objects for each field in the SCADA data structure, only here it is returned as an array.static ScadaFieldDescriptor[]
ScadaFieldDescriptor.makeFieldDescriptors
(Class<? extends AScada.Record> clsRec) Creates and returns an array ofScadaFieldDescriptor
objects each of which is described in the given annotation class
.AScada
Methods in xal.smf.scada that return types with arguments of type ScadaFieldDescriptorModifier and TypeMethodDescriptionScadaRecord.getFieldDescriptorMap()
Returns a map of (field name, ScadaFieldDescriptor) pairs for this data structure.ScadaRecord.getFieldDescriptors()
Returns the set of PV/data field descriptors for this data structure.static List<ScadaFieldDescriptor>
ScadaFieldDescriptor.makeFieldDescriptorList
(Class<?> clsScada) This method returns meta-data of the
annotation used to identify fields in data structures as Supervisory Control And Data Acquisition (SCADA) fields.AScada.Field
Method parameters in xal.smf.scada with type arguments of type ScadaFieldDescriptorModifier and TypeMethodDescriptionboolean
BatchConnectionTest.testConnection
(Collection<ScadaFieldDescriptor> setFds, double dblTmOut) Test the given set of PV field descriptors for channel connectivity.Constructors in xal.smf.scada with parameters of type ScadaFieldDescriptorModifierConstructorDescriptionprotected
ScadaRecord
(ScadaFieldDescriptor... arrFldDscr) Create a newScadaStruct
object.Constructor parameters in xal.smf.scada with type arguments of type ScadaFieldDescriptorModifierConstructorDescriptionScadaFieldMap
(List<ScadaFieldDescriptor> lstFlds) Create a new SCADA field map object which contains the fields in the given list.protected
ScadaRecord
(List<ScadaFieldDescriptor> lstFldDscr) Create a newScadaStruct
object.