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-codecencoder/decoder. - discovery
- Discovery primitives — UDP search / server discovery / pvlist.
- nt
- Python wrappers for Normative Type structs.
- packet
- Raw-frame
Packetwrapper exposed viaChannel.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
Sourcesupport.