Skip to main content

Module registry

Module registry 

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

ParamInfo
Maps a record name suffix to an asyn param index + type + drvInfo.

Enums§

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

ParamRegistry
Registry mapping record name suffixes to parameter info.