Uses of Package
org.epics.pvmanager

Packages that use org.epics.pvmanager
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.data Support for control system types. 
org.epics.pvmanager.jca Support for Epics 3 data source. 
org.epics.pvmanager.sim Provides a data source implementation for simulated data. 
 

Classes in org.epics.pvmanager used by org.epics.pvmanager
Collector
          Collects the data at the CA rate and allows a client to get all values since last check.
DataRecipe
          Represents all the information necessary to connect to a DataSource.
DataSource
          A source for data that is going to be processed by the PVManager.
DesiredRateExpression
          An expression that represents a PV that is read at the UI scan rate.
ExceptionHandler
          This class receives all the exceptions generated by a PV.
ExpressionLanguage.OneArgFunction
          A user provided single argument function.
ExpressionLanguage.TwoArgFunction
          A user provided double argument function.
Function
          A basic building block in the PVManager framework that can return a result of a given type.
PV
          An object representing the PV.
PVManager.PVManagerExpression
          An expression used to set the final parameters on how the pv expression should be monitored.
PVValueChangeListener
          Callback for any change in the PV value.
SourceRateExpression
          An expression that represent a pv read at the CA rate.
ThreadSwitch
          Embeds the logic to post events on a separate thread so that PVManager can appropriately redirect the notifications.
TimeDuration
          A duration of time (such as 3 sec, 30ms, 1nsec) at the nanosecond precision.
TimeInterval
          A period of time that spans two instances (included) at the nanosecond precision.
TimeStamp
          Represent a time stamp at nanosecond accuracy.
TypeSupport
          Implements the mechanism for registering different types so that the library knows how to handle them.
TypeSupport.Notification
           
ValueCache
          Represent a building block that can store a particular value
 

Classes in org.epics.pvmanager used by org.epics.pvmanager.data
TimeStamp
          Represent a time stamp at nanosecond accuracy.
 

Classes in org.epics.pvmanager used by org.epics.pvmanager.jca
DataRecipe
          Represents all the information necessary to connect to a DataSource.
DataSource
          A source for data that is going to be processed by the PVManager.
 

Classes in org.epics.pvmanager used by org.epics.pvmanager.sim
DataRecipe
          Represents all the information necessary to connect to a DataSource.
DataSource
          A source for data that is going to be processed by the PVManager.
 



Copyright © 2010. All Rights Reserved.