Uses of Class
org.epics.pvmanager.Collector

Packages that use Collector
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.sim Provides a data source implementation for simulated data. 
 

Uses of Collector in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return types with arguments of type Collector
 java.util.Map<Collector,java.util.Map<java.lang.String,ValueCache>> DataRecipe.getChannelsPerCollectors()
          Returns all channels that need to be connected, organized by the collector that needs them.
 

Methods in org.epics.pvmanager with parameters of type Collector
 DataRecipe DataRecipe.includeCollector(Collector collector, java.util.Map<java.lang.String,ValueCache> caches)
          Creates a new recipe by adding the new collector and the new caches.
 

Constructors in org.epics.pvmanager with parameters of type Collector
DataSource.ValueProcessor(Collector collector, ValueCache<V> cache)
          Creates a value processor using the collector and the value cache given.
 

Uses of Collector in org.epics.pvmanager.sim
 

Methods in org.epics.pvmanager.sim with parameters of type Collector
 void SimFunction.initialize(Collector collector, ValueCache<T> cache)
          Initialize timer task.
 

Constructors in org.epics.pvmanager.sim with parameters of type Collector
SimulationDataSource.ValueProcessor(Collector collector, ValueCache<E> cache)
           
 



Copyright © 2010. All Rights Reserved.