Enum Type

Enum Documentation

enum epics::pvData::Type

Definition of support field types.

Values:

enumerator scalar

The type is scalar. It has a scalarType

enumerator scalarArray

The type is scalarArray. Each element is a scalar of the same scalarType.

enumerator structure

The type is structure.

enumerator structureArray

The type is structureArray. Each element is a structure.

enumerator union_

The type is an union.

enumerator unionArray

The type is an array of unions.