Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.file |
Support for a data source for file based channels
(channel syntax).
|
org.epics.pvmanager.jca |
Support for Epics 3 data source (channel syntax).
|
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.pva |
Support for Epics 4 data source (channel syntax).
|
org.epics.pvmanager.sim |
DataSource for simulated data (channel syntax).
|
org.epics.pvmanager.sys |
DataSource for system data (channel syntax).
|
org.epics.pvmanager.test |
Support for a data source that simulates various error conditions.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeDataSource
A data source that can dispatch a request to multiple different
data sources.
|
Modifier and Type | Method and Description |
---|---|
static DataSource |
PVManager.getDefaultDataSource()
Returns the current default data source.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DataSource> |
CompositeDataSource.getDataSources()
Returns the data sources registered to this composite data source.
|
Modifier and Type | Method and Description |
---|---|
PVConfiguration<R,W> |
PVConfiguration.from(DataSource dataSource) |
PVReaderConfiguration<T> |
PVReaderConfiguration.from(DataSource dataSource) |
PVWriterConfiguration<T> |
PVWriterConfiguration.from(DataSource dataSource) |
void |
CompositeDataSource.putDataSource(String name,
DataSource dataSource)
Adds/replaces the data source corresponding to the given name.
|
static void |
PVManager.setDefaultDataSource(DataSource dataSource)
Changes the default source for data.
|
Modifier and Type | Class and Description |
---|---|
class |
FileDataSource
Data source for locally written data.
|
Modifier and Type | Class and Description |
---|---|
class |
JCADataSource
A data source that uses jca.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalDataSource
Data source for locally written data.
|
Modifier and Type | Class and Description |
---|---|
class |
PVADataSource |
Modifier and Type | Class and Description |
---|---|
class |
SimulationDataSource
Data source to produce simulated signals that can be using during development
and testing.
|
Modifier and Type | Method and Description |
---|---|
static DataSource |
SimulationDataSource.simulatedData()
Data source instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemDataSource
Data source to produce simulated signals that can be using during development
and testing.
|
Modifier and Type | Class and Description |
---|---|
class |
MockDataSource |
class |
TestDataSource
Data source for testing, error conditions in particular.
|
Copyright © 2010–2015. All rights reserved.