Expand description
PVA protocol handler — the core TCP connection processor.
handle_connection is generic over PvStore, allowing any backend to
serve PVs over the EPICS PVAccess protocol.
Structs§
- Server
State - Shared server state that is passed to every connection handler.
Enums§
- PvList
Mode - Controls how the server exposes its PV directory.
Functions§
- collect_
visible_ pv_ names - dump_
hex_ packet - handle_
connection - Handle a single PVA TCP connection.
- infer_
udp_ response_ ip - is_
pattern_ query - is_
pvlist_ virtual_ pv - is_
server_ rpc_ pv - is_
virtual_ event_ pv - rand_
guid - run_
tcp_ server - Accept TCP connections and spawn a handler for each.
- run_
udp_ search - Run the UDP search responder.
- search_
reply_ target - validate_
encoded_ packet - virtual_
event_ nt - virtual_
pvlist_ nt - wildcard_
match