Package xal.smf.scada
Annotation Interface AScada.Field
- Enclosing class:
- AScada
Annotation specifying a class field is part of a SCADA data structure.
The annotation provides the XAL channel handles for setting and read back
of the field value, as well as type information and whether or not the
field value is controllable.
- Since:
- Feb 8, 2011
- Author:
- Christopher K. Allen
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
type
Class<?> typeThe primitive data type of the field- Returns:
- type as a Java class
- Since:
- Feb 8, 2011
-
ctrl
boolean ctrlSpecifies whether or not the field is controllable as an EPICS PV. That is, is it a "read/write" channel.- Returns:
true
if the corresponding PV can be setfalse
if the PV is read only- Since:
- Feb 8, 2011
-
hndRb
String hndRbThe XAL channel handle of the read back channel for the field.- Returns:
- name of the read back channel
- Since:
- Feb 8, 2011
-
-
-
hndSet
String hndSetChannel handle of the field's set-value channel, if it exists.- Returns:
- name of set channel handle.
- Since:
- Feb 8, 2011
- Default:
- ""
-