|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataRecipe | |
---|---|
org.epics.pvmanager | This package contains all the basic compononents of the PVManager framework and the basic support for the language to define the creation. |
org.epics.pvmanager.jca | Support for Epics 3 data source. |
org.epics.pvmanager.sim | Provides a data source implementation for simulated data. |
Uses of DataRecipe in org.epics.pvmanager |
---|
Methods in org.epics.pvmanager that return DataRecipe | |
---|---|
DataRecipe |
DesiredRateExpression.getDataRecipe()
The recipe for connect the channels for this expression. |
DataRecipe |
DataRecipe.includeCollector(Collector collector,
java.util.Map<java.lang.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. |
Methods in org.epics.pvmanager with parameters of type DataRecipe | |
---|---|
abstract void |
DataSource.connect(DataRecipe recipe)
Connects to a set of channels based on the given recipe. |
void |
CompositeDataSource.connect(DataRecipe recipe)
|
abstract 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. |
Uses of DataRecipe in org.epics.pvmanager.jca |
---|
Methods in org.epics.pvmanager.jca with parameters of type DataRecipe | |
---|---|
void |
JCADataSource.connect(DataRecipe dataRecipe)
|
void |
JCADataSource.disconnect(DataRecipe recipe)
|
Uses of DataRecipe in org.epics.pvmanager.sim |
---|
Methods in org.epics.pvmanager.sim with parameters of type DataRecipe | |
---|---|
void |
SimulationDataSource.connect(DataRecipe recipe)
|
void |
SimulationDataSource.disconnect(DataRecipe recipe)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |