Skip to main content

Crate spvirit_tools

Crate spvirit_tools 

Source
Expand description

PVAccess client/server tools for EPICS.

This crate provides a PVA client library (spvirit_client) and server library (spvirit_server), along with command-line tools: pvget, pvput, pvmonitor, pvlist, pvinfo, pvexplore, pvsine, spvirit_server, and spvirit_get_compare.

Commonly used types are re-exported at the crate root for convenience. The full module paths remain available for less common items.

Re-exports§

pub use spvirit_client::client::build_client_validation;
pub use spvirit_client::client::pvget;
pub use spvirit_client::search::build_auto_broadcast_targets;
pub use spvirit_client::search::search_pv;
pub use spvirit_client::search::SearchTarget;
pub use spvirit_client::transport::read_packet;
pub use spvirit_client::types::PvGetError;
pub use spvirit_client::types::PvGetOptions;
pub use spvirit_client::types::PvGetResult;
pub use spvirit_client::format::format_output;
pub use spvirit_client::format::OutputFormat;
pub use spvirit_client::format::RenderOptions;

Modules§

spvirit_client
spvirit_server