Package xal.smf.scada
Annotation Interface AScada
Annotation identifying classes representing general data structures used for
data structure devoted toward data acquisition (DAQ) or supervisory control
and data acquisition (SCADA). The fields of such classes correspond to XAL
s.
Channel
Adorn a class with this exterior annotation (i.e., AScada
) to
positively indicate it a class containing AScada
fields and/or
records. Many SCADA operations and classes require this.
Ported from XAL on Jul 15, 2014.
· Jonathan M. Freed
- Since:
- Feb 8, 2011
- Author:
- Christopher K. Allen
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
Annotation specifying a class field is part of a SCADA data structure.static @interface
Alternate method of annotating the fields of a SCADA structure.