Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.expression |
Interfaces for the expressions PVManager can consume.
|
Modifier and Type | Method and Description |
---|---|
DataRecipe |
DataRecipeBuilder.build()
Builds the recipe.
|
DataRecipe |
DataRecipe.includeCollector(Collector<?> collector,
Map<String,ValueCache> caches)
Creates a new recipe by adding the new collector and the new caches.
|
DataRecipe |
DataRecipe.includeRecipe(DataRecipe dataRecipe)
Creates a new recipe by adding the given recipe to this one.
|
DataRecipe |
DataRecipe.withExceptionHandler(ExceptionHandler handler)
Creates a new data recipe with the given handler.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSource.connect(DataRecipe recipe)
Connects to a set of channels based on the given recipe.
|
void |
CompositeDataSource.connect(DataRecipe recipe) |
void |
DataSource.disconnect(DataRecipe recipe)
Disconnects the set of channels given by the recipe.
|
void |
CompositeDataSource.disconnect(DataRecipe recipe) |
DataRecipe |
DataRecipe.includeRecipe(DataRecipe dataRecipe)
Creates a new recipe by adding the given recipe to this one.
|
Modifier and Type | Method and Description |
---|---|
DataRecipe |
DesiredRateReadWriteExpressionImpl.getDataRecipe() |
DataRecipe |
DesiredRateExpressionImpl.getDataRecipe()
The recipe for connect the channels for this expression.
|
DataRecipe |
DesiredRateExpression.getDataRecipe()
The recipe for connect the channels for this expression.
|
Copyright © 2012. All Rights Reserved.