Crate epics_ca

Crate epics_ca 

Source
Expand description

Client library for EPICS Channel Access protocol.

More info about:

Re-exports§

pub use channel::Channel;
pub use channel::TypedChannel;
pub use channel::ValueChannel;
pub use context::Context;
pub use error::Error;

Modules§

channel
Channels There are three kinds of channels:
context
Context
error
Error types
request
Different types of requests Channel Access communicates with PVs via requests. PV receive read request and respond with write request.
types
Native EPICS types