Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.expression |
Interfaces for the expressions PVManager can consume.
|
org.epics.pvmanager.extra | |
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.pva | |
org.epics.pvmanager.sim |
Provides a data source implementation for simulated data.
|
org.epics.pvmanager.test |
Support for a data source that simulates various error conditions.
|
Class and Description |
---|
ChannelHandler
Manages the connection for each channel of a data source.
|
ChannelHandlerReadSubscription
Groups all the parameters required to add a reader to a ChannelHandler.
|
ChannelRecipe |
ChannelWriteCallback
Called by the ChannelHandler once a write is completed.
|
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 . |
DataRecipeBuilder
Builder class for
DataRecipe . |
DataSource
A source for data that is going to be processed by the PVManager.
|
DataSourceTypeAdapter
Matches and fills a cache with the data from connection and message payloads.
|
ExceptionHandler
This class receives all the exceptions generated by a PV.
|
ExpressionLanguage.Filter
Filters a data stream, removing updates that match the given function.
|
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.
|
Notification
Used by
NotificationSupport to communicate whether a new notification
is needed, and what should be the type to be notified. |
NotificationSupport
Dedicated notification type support.
|
PV
A PV that can be both read and written.
|
PVConfiguration
Allows to configure the type of read/write PV to create.
|
PVReader
An object representing the PVReader.
|
PVReaderConfiguration
An expression used to set the final parameters on how the pv expression
should be monitored.
|
PVReaderListener
Callback for any change in the PV value.
|
PVWriter
An object representing a writable PV.
|
PVWriterConfiguration
An expression used to set the final parameters on how the pv expression
should be written.
|
PVWriterListener
Callback for delivery notification of new value.
|
TypeSupport
Implements the mechanism for registering different types so that the library
knows how to handle them.
|
ValueCache
Represent a building block that can store a particular value
|
WriteBuffer
Represents all the values, channel names and ordering information needed
for writing
|
WriteBufferBuilder
A builder for
WriteBuffer . |
WriteCache
Represent part of the write buffer that holds the value for one pv.
|
WriteFunction
A basic building block in the PVManager framework that can write an object
of a given type.
|
Class and Description |
---|
DataRecipe
Represents all the information necessary to connect to a
DataSource . |
Function
A basic building block in the PVManager framework that can return a result
of a given type.
|
WriteBuffer
Represents all the values, channel names and ordering information needed
for writing
|
WriteFunction
A basic building block in the PVManager framework that can write an object
of a given type.
|
Class and Description |
---|
Function
A basic building block in the PVManager framework that can return a result
of a given type.
|
Class and Description |
---|
ChannelHandler
Manages the connection for each channel of a data source.
|
DataSource
A source for data that is going to be processed by the PVManager.
|
DataSourceTypeAdapter
Matches and fills a cache with the data from connection and message payloads.
|
DataSourceTypeAdapterSet
A set of type adapters.
|
DataSourceTypeSupport
The type support for a datasource.
|
ValueCache
Represent a building block that can store a particular value
|
Class and Description |
---|
ChannelHandler
Manages the connection for each channel of a data source.
|
DataSource
A source for data that is going to be processed by the PVManager.
|
Class and Description |
---|
ChannelHandler
Manages the connection for each channel of a data source.
|
ChannelHandlerReadSubscription
Groups all the parameters required to add a reader to a ChannelHandler.
|
ChannelWriteCallback
Called by the ChannelHandler once a write is completed.
|
DataSource
A source for data that is going to be processed by the PVManager.
|
DataSourceTypeAdapter
Matches and fills a cache with the data from connection and message payloads.
|
MultiplexedChannelHandler
Implements a
ChannelHandler on top of a single subscription and
multiplexes all reads on top of it. |
ValueCache
Represent a building block that can store a particular value
|
Class and Description |
---|
ChannelHandler
Manages the connection for each channel of a data source.
|
DataSource
A source for data that is going to be processed by the PVManager.
|
Class and Description |
---|
ChannelHandler
Manages the connection for each channel of a data source.
|
DataSource
A source for data that is going to be processed by the PVManager.
|
Copyright © 2012. All Rights Reserved.