Package | Description |
---|---|
org.epics.pvmanager.integration | |
org.epics.pvmanager.pva.adapters | |
org.epics.pvmanager.vtype |
Support for control system types.
|
org.epics.vtype |
Modifier and Type | Field and Description |
---|---|
static VEnum |
Constants.const_enum_value |
Modifier and Type | Class and Description |
---|---|
class |
PVFieldToVEnum |
Modifier and Type | Method and Description |
---|---|
static ChannelExpression<VEnum,Integer> |
ExpressionLanguage.vEnum(String name)
A channel with the given name of type VEnum.
|
Modifier and Type | Method and Description |
---|---|
static VEnum |
ValueFactory.newVEnum(int index,
List<String> labels,
Alarm alarm,
Time time)
Create a new VEnum.
|
Modifier and Type | Method and Description |
---|---|
static String |
VTypeToString.toString(VEnum vEnum)
Default toString implementation for VEnum.
|
static boolean |
VTypeValueEquals.valueEquals(VEnum enum1,
VEnum enum2) |
Copyright © 2010–2015. All rights reserved.