Class StandardPVField

Class Documentation

class StandardPVField

StandardPVField is a class or creating standard data fields.

Like class StandardField it has two forms of the methods which create a fields: one without properties and one with properties. The properties are some combination of alarm, timeStamp, control, display, and valueAlarm. Just like StandardField there are methods to create the standard properties.

StandardPVField is a singleton class. The class is accessed via the statement:

StandardPVField *standardPVField = getStandardPVField();