| Interface | Description |
|---|---|
| ScadaRecord.IFieldDescriptor |
Used by enumerations in data structures
to indicate that they known aspects
of the data fields they represent.
|
| XalPvDescriptor.IPvDescriptor |
Used by the enumerations to indicate they
return PV descriptors for their enumeration
values.
|
| Class | Description |
|---|---|
| BatchConnectionTest |
Class for checking the connectivity of many EPICS channels
simultaneously.
|
| ScadaCheckConnect | Deprecated
This class is replaced by
|
| ScadaCheckConnect.ConnectionMonitor |
This class is used is a Channel Access connection
monitor.
|
| ScadaCheckConnect.TestChannelList |
List of channels under test.
|
| ScadaFieldDescriptor |
Maintains the (field name, field PV) pairs for the
data sets formed of device PVs.
|
| ScadaFieldList |
This is a list of all
objects
parsed from a SCADA data structure. |
| ScadaFieldMap |
This class parses the meta-data of the
annotation
used to identify fields in data structures as Supervisory Control And Data
Acquisition (SCADA) fields. |
| ScadaRecord |
Base class for data records containing
data or parameters sets managed by
related process variables on a hardware device.
|
| XalPvDescriptor |
Encapsulates the properties of an EPICS process
variable, as referenced through the XAL channel
lookup mechanism (that is, through the XAL channel
handle).
|
| Exception | Description |
|---|---|
| BadStructException |
Runtime exception thrown when, during structure access operations,
it is found that the definition of the data structure (through
the array of
s objects) does
not match the actual data structure implementation. |
| ScadaAnnotationException |
Exception thrown when the annotations necessary to
describe the SCADA operations, for the current class
or data structure, are inconsistent, invalid, or missing.
|
| Annotation Type | Description |
|---|---|
| AScada |
Annotation identifying classes representing general data
structures used for data
structure devoted toward data acquisition (DAQ)
or supervisory control and data acquisition (SCADA).
|
| AScada.Field |
Annotation specifying a class field is part of
a SCADA data structure.
|
| AScada.Record |
Alternate method of annotating the fields of a SCADA
structure.
|