Uses of Class
xal.smf.scada.BadStructException

Packages that use BadStructException
Package
Description
 
 
 
  • Uses of BadStructException in xal.smf.impl

    Methods in xal.smf.impl that throw BadStructException
    Modifier and Type
    Method
    Description
    WireScanner.DataFit.acquire(WireScanner ws)
    Convenience method for retrieving a new initialized data structure populated from the given device state.
    WireScanner.DataLiveArr.acquire(WireScanner ws)
    Convenience method for retrieving a new initialized data structure populated from the given device state.
    WireScanner.DataLivePt.acquire(WireScanner ws)
    Convenience method for retrieving a new initialized data structure populated from the given device state.
    WireScanner.DataRaw.acquire(WireScanner ws)
    Convenience method for retrieving a new initialized data structure populated from the given device state.
    WireScanner.Trace.acquire(WireScanner ws)
    Convenience method for retrieving a new initialized data structure populated from the given device state.
    WireHarp.DataFit.aquire(WireHarp smfHarp)
    Convenience method for retrieving a new, initialized measurement set acquired from the given device.
    WireHarp.DataRaw.aquire(WireHarp smfHarp)
    Convenience method for retrieving a new, initialized measurement set acquired from the given device.
    Constructors in xal.smf.impl that throw BadStructException
    Modifier
    Constructor
    Description
     
    DataFit(WireHarp smfHarp)
    Creates a new instance of DataFit and initializes the signal values by acquiring data from the given device.
     
    Create a new DataFit object initialize with values fetched from the given device.
     
    Create a new DataLiveArr object initialize with values fetched from the given device.
     
    Create a new DataLive object initialize with values fetched from the given device.
     
    DataRaw(WireHarp smfHarp)
    Creates a new instance of DataRaw and initializes the signal values by acquiring data from the given device.
     
    Create a new DataRaw object and initialize with values fetched from the given device.
     
    Create a new DataRaw object initialized from the given data source.
  • Uses of BadStructException in xal.smf.impl.profile

    Modifier and Type
    Method
    Description
    <T extends ParameterSet>
    T
    ProfileDevice.acquireConfig(Class<T> clsType)
    Retrieves a given set of configuration parameter values.
    <T extends SignalSet>
    T
    ProfileDevice.acquireData(Class<T> clsType)
    Acquires the current measurement data from the wire scanner data buffers.
    static Signal
    Creates a new instance of the Signal class which is connected to a given device whose signal fields are described in the given annotation.
    void
    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 the DataListener interface.
    Constructors in xal.smf.impl.profile that throw BadStructException
    Modifier
    Constructor
    Description
     
    Creates a new, uninitialized instance of Signal which is not connected to any XAL channels.
    protected
    Creates a new instance of Signal and initializes the SCADA operations with the given field descriptors.
    protected
    Create a new SignalSet object initializing it with values acquired from the given device.
  • Uses of BadStructException in xal.smf.scada

    Methods in xal.smf.scada that throw BadStructException
    Modifier and Type
    Method
    Description
    void
    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 the DataAdaptor interface.
    Constructors in xal.smf.scada that throw BadStructException
    Modifier
    Constructor
    Description
    protected
    Create a new ScadaStruct object.
    protected
    Creates a new ScadaStruct object which is initialized from the data provided by the given hardware object.