Skip to main content

Module handler

Module handler 

Source
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§

ServerState
Shared server state that is passed to every connection handler.

Enums§

PvListMode
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