|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSource | |
|---|---|
| org.csstudio.utility.pvmanager | |
| org.epics.pvmanager |
|
| org.epics.pvmanager.jca | Support for Epics 3 data source. |
| org.epics.pvmanager.loc | Support for a data source that reads and writes channels that reside in the local memory. |
| org.epics.pvmanager.sim | Provides a data source implementation for simulated data. |
| Uses of DataSource in org.csstudio.utility.pvmanager |
|---|
| Methods in org.csstudio.utility.pvmanager that return types with arguments of type DataSource | |
|---|---|
static java.util.Map<java.lang.String,DataSource> |
ConfigurationHelper.configuredDataSources()
Retrieves the data sources that have been registered through the extension point. |
| Uses of DataSource in org.epics.pvmanager |
|---|
| Subclasses of DataSource in org.epics.pvmanager | |
|---|---|
class |
CompositeDataSource
A data source that can dispatch a request to multiple different data sources. |
| Methods in org.epics.pvmanager that return DataSource | |
|---|---|
static DataSource |
PVManager.getDefaultDataSource()
Returns the current default data source. |
| Methods in org.epics.pvmanager that return types with arguments of type DataSource | |
|---|---|
java.util.Map<java.lang.String,DataSource> |
CompositeDataSource.getDataSources()
Returns the data sources registered to this composite data source. |
| Methods in org.epics.pvmanager with parameters of type DataSource | |
|---|---|
PVConfiguration<R,W> |
PVConfiguration.from(DataSource dataSource)
|
PVReaderConfiguration<T> |
PVReaderConfiguration.from(DataSource dataSource)
|
PVWriterConfiguration<T> |
PVWriterConfiguration.from(DataSource dataSource)
|
void |
CompositeDataSource.putDataSource(java.lang.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. |
| Uses of DataSource in org.epics.pvmanager.jca |
|---|
| Subclasses of DataSource in org.epics.pvmanager.jca | |
|---|---|
class |
JCADataSource
A data source that uses jca. |
| Methods in org.epics.pvmanager.jca that return DataSource | |
|---|---|
static DataSource |
JCASupport.jca()
Deprecated. |
| Uses of DataSource in org.epics.pvmanager.loc |
|---|
| Subclasses of DataSource in org.epics.pvmanager.loc | |
|---|---|
class |
LocalDataSource
Data source for locally written data. |
| Uses of DataSource in org.epics.pvmanager.sim |
|---|
| Subclasses of DataSource in org.epics.pvmanager.sim | |
|---|---|
class |
SimulationDataSource
Data source to produce simulated signals that can be using during development and testing. |
| Methods in org.epics.pvmanager.sim that return DataSource | |
|---|---|
static DataSource |
SimulationDataSource.simulatedData()
Data source instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||