Skip to main content

Crate spvirit

Crate spvirit 

Source
Expand description

spvirit — Python bindings for PVAccess client and server.

Modules§

channel
Reusable PVA channel exposed to Python.
client
Python client wrappers — sync-only for phase 1.
codec
Python wrappers for the standalone spvirit-codec encoder/decoder.
discovery
Discovery primitives — UDP search / server discovery / pvlist.
nt
Python wrappers for Normative Type structs.
packet
Raw-frame Packet wrapper exposed via Channel.read_packet / Channel.read_until.
pv
Typed PV handles for Python — wraps spvirit_server::pv::Pv<T>.
server
Python server wrappers — sync-only for phase 1.
source
Python-defined dynamic Source support.