See: Description
Interface | Description |
---|---|
MultiChoice |
Interface for multiple choice data.
|
MultiChoice.Choices |
The interface returned by getSelectedChoices;
|
PVAlarm |
PVAlarm.
|
PVControl |
Interface for attaching a Control to a control structure.
|
PVDisplay |
Interface for attaching a Display to a display structure.
|
PVEnumerated |
PVEnumerated.
|
PVProperty | |
PVTimeStamp |
Interface for attaching a TimeStamp to a timeStamp structure.
|
TimeStamp |
Interface TimeStamp.
|
Class | Description |
---|---|
Alarm |
Convenience class for an alarm.
|
Control |
A class for control limuts.
|
Display | |
MultiChoiceFactory |
Factory for an enumerated structure.
|
PVAlarmFactory | |
PVControlFactory | |
PVDisplayFactory | |
PVEnumeratedFactory | |
PVPropertyFactory |
Factory that implements PVProperty.
|
PVTimeStampFactory | |
TimeStampFactory |
Enum | Description |
---|---|
AlarmSeverity |
AlarmSeverity definitions.
|
AlarmStatus |
AlarmStatus definitions.
|
This package contains interfaces and code for standard pvData structure fields.
Only fields named "value" have properties. A record can have multiple value fields, which can appear in the top level structure of a record or in a substructure. All other fields in the structure containing a value field are considered properties of the value field. The fieldname is also the property name. The value field can have any type, i.e. scalar, scalarArray, or structure. Typical property fields are timeStamp, alarm, display, control, and history. The timeStamp is a special case. If it appears anywhere in the structure hieraracy above a value field it is a property of the value field.
See documentation/pvDataJava.html for a more complete overview.
Copyright © 2014. All Rights Reserved.