Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.expression |
Interfaces for the expressions PVManager can consume.
|
org.epics.pvmanager.vtype |
Support for control system types.
|
Modifier and Type | Method and Description |
---|---|
static ChannelExpressionList<Object,Object> |
ExpressionLanguage.channels(Collection<String> names)
A list of channels with the given names of any type.
|
static <R,W> ChannelExpressionList<R,W> |
ExpressionLanguage.channels(Collection<String> names,
Class<R> readType,
Class<W> writeType)
A list of channels with the given names and type.
|
static ChannelExpressionList<Object,Object> |
ExpressionLanguage.channels(String... names)
A list of channels with the given names of any type.
|
Modifier and Type | Method and Description |
---|---|
ChannelExpressionList<R,W> |
ChannelExpressionList.after(String... channelNames)
For writes only, marks that these channels should be written only after the
given channels.
|
Modifier and Type | Method and Description |
---|---|
static ChannelExpressionList<VDouble,Double> |
ExpressionLanguage.vDoubles(Collection<String> names)
A list of channels with the given names, all of type VDouble.
|
static ChannelExpressionList<VNumber,Number> |
ExpressionLanguage.vNumbers(Collection<String> names)
A list of channels with the given names, all of type VNumber.
|
static ChannelExpressionList<VType,Object> |
ExpressionLanguage.vTypes(Collection<String> names)
A list of channels with the given names that return any of the value types.
|
Copyright © 2010–2015. All rights reserved.