Skip to main content

Module simple_store

Module simple_store 

Source
Expand description

A simple in-memory PvStore implementation backed by RecordInstance.

Used by PvaServer to serve PVs without requiring an external database.

Structs§

SimplePvStore
A simple in-memory PV store.

Type Aliases§

LinkCallback
Callback that computes a derived PV value from its input values.
OnPutCallback
Callback invoked after a PUT value is applied to a record.
ScanCallback
Callback invoked by the scan scheduler; returns the new value for the PV.