| Package | Description | 
|---|---|
| org.diirt.datasource | 
 
  | 
| org.diirt.datasource.file | 
 Support for a data source for file based channels
 (channel syntax). 
 | 
| org.diirt.datasource.loc | 
 Support for a data source that reads and writes channels
 that reside in the local memory (channel syntax). 
 | 
| org.diirt.datasource.pods.web | |
| org.diirt.datasource.sim | 
 DataSource for simulated data (channel syntax). 
 | 
| org.diirt.datasource.sys | 
 DataSource for system data (channel syntax). 
 | 
| org.diirt.support.ca | 
 Support for Epics 3 data source (channel syntax). 
 | 
| org.diirt.support.pva | 
 Support for Epics 4 data source (channel syntax). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConfigurableDataSourceProvider<D extends DataSource,C extends DataSourceConfiguration<D>>
DataSourceProvider for a data source that require configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,DataSourceProvider> | 
CompositeDataSource.getDataSourceProviders()
Returns the data source providers registered to this composite data source. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CompositeDataSource.putDataSource(DataSourceProvider dataSourceProvider)
Adds/replaces the data source corresponding to the given name. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FileDataSourceProvider
DataSourceProvider for file-system based data source. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalDataSourceProvider
DataSourceProvider for local variables. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WebPodsDataSourceProvider
Factory for  
WebPodsDataSource. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimulationDataSourceProvider
DataSourceProvider for simulated data. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SystemDataSourceProvider
DataSourceProvider for system information. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JCADataSourceProvider
DataSourceProvider for channel access. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PVADataSourceProvider
DataSourceProvider for pv access. 
 | 
Copyright © 2015. All rights reserved.