Package | Description |
---|---|
org.epics.pvmanager.graphene | |
org.epics.pvmanager.integration | |
org.epics.pvmanager.pva.adapters | |
org.epics.pvmanager.vtype |
Support for control system types.
|
org.epics.vtype |
Constructor and Description |
---|
VStringToStringReadFunction(ReadFunction<VString> function) |
Modifier and Type | Field and Description |
---|---|
static VString |
Constants.alarm_string_value |
static VString |
Constants.const_string_value |
Modifier and Type | Class and Description |
---|---|
class |
PVFieldToVString |
Modifier and Type | Method and Description |
---|---|
static DesiredRateExpression<VString> |
ExpressionLanguage.vConst(String value)
A constant representing a string.
|
static ChannelExpression<VString,String> |
ExpressionLanguage.vString(String name)
A channel with the given name of type VString.
|
static DesiredRateExpressionList<VString> |
ExpressionLanguage.vStringConstants(List<String> values)
A list of constant expressions of type VString.
|
static DesiredRateExpression<VString> |
ExpressionLanguage.vStringOf(DesiredRateExpression<? extends VType> expression)
An expression that formats the given expression to a string using the
default format.
|
static DesiredRateExpression<VString> |
ExpressionLanguage.vStringOf(DesiredRateExpression<? extends VType> expression,
ValueFormat valueFormat)
An expression that formats the given expression to a string using the
given format.
|
static DesiredRateReadWriteExpression<VString,String> |
ExpressionLanguage.vStringOf(DesiredRateReadWriteExpression<? extends VType,? extends Object> expression)
An expression that formats the given expression to a string using the
default format.
|
static DesiredRateReadWriteExpression<VString,String> |
ExpressionLanguage.vStringOf(DesiredRateReadWriteExpression<? extends VType,? extends Object> expression,
ValueFormat valueFormat)
An expression that formats the given expression to a string using the
given format.
|
Modifier and Type | Method and Description |
---|---|
static VString |
ValueFactory.newVString(String value,
Alarm alarm,
Time time)
Creates a new VString.
|
Modifier and Type | Method and Description |
---|---|
static String |
VTypeToString.toString(VString vString)
Default toString implementation for VString.
|
static boolean |
VTypeValueEquals.valueEquals(VString str1,
VString str2) |
Copyright © 2010–2015. All rights reserved.