Expand description
Parameter registry: maps EPICS record name suffixes to asyn param indices.
This is the bridge between EPICS .template record naming conventions (e.g. “ArraySizeX_RBV”, “EnableCallbacks”) and the asyn param system (integer indices + drvInfo strings).
Structs§
- Param
Info - Maps a record name suffix to an asyn param index + type + drvInfo.
Enums§
- Registry
Param Type - Type classification for param registry entries.
Functions§
- build_
plugin_ base_ registry - Build the base parameter registry common to all plugins.
- insert_
ndarray_ driver_ params - Insert NDArrayDriverParams mappings into a registry.
- insert_
plugin_ base_ params - Insert PluginBaseParams mappings into a registry.
Type Aliases§
- Param
Registry - Registry mapping record name suffixes to parameter info.