Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.loc |
Support for a data source that reads and writes channels
that reside in the local memory (channel syntax).
|
org.epics.pvmanager.test |
Support for a data source that simulates various error conditions.
|
Modifier and Type | Method and Description |
---|---|
ReadRecipe |
ReadRecipeBuilder.build(WriteFunction<Exception> exceptionWriteFunction,
ConnectionCollector connectionCollector)
Builds the recipe.
|
ReadRecipe |
ReadExpressionTester.getCurrentReadRecipe() |
ReadRecipe |
ReadExpressionTester.getReadRecipe() |
Modifier and Type | Method and Description |
---|---|
void |
DataSource.connectRead(ReadRecipe readRecipe)
Connects to a set of channels based on the given recipe.
|
void |
CompositeDataSource.connectRead(ReadRecipe readRecipe) |
void |
DataSource.disconnectRead(ReadRecipe readRecipe)
Disconnects the set of channels given by the recipe.
|
void |
CompositeDataSource.disconnectRead(ReadRecipe readRecipe) |
Modifier and Type | Method and Description |
---|---|
void |
LocalDataSource.connectRead(ReadRecipe readRecipe) |
Modifier and Type | Method and Description |
---|---|
ReadRecipe |
MockDataSource.getReadRecipe() |
Modifier and Type | Method and Description |
---|---|
void |
MockDataSource.connectRead(ReadRecipe recipe) |
void |
MockDataSource.disconnectRead(ReadRecipe recipe) |
Copyright © 2010–2015. All rights reserved.