Uses of Class
org.epics.pvmanager.DataSource

Packages that use DataSource
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 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 with parameters of type DataSource
 PVManager.PVManagerExpression<T> PVManager.PVManagerExpression.from(DataSource dataSource)
          Defines which DataSource should be used to read the data.
 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()
           
 

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.
 



Copyright © 2011. All Rights Reserved.