This is Unofficial EPICS BASE Doxygen Site
qsrv-old.dbd
Go to the documentation of this file.
1 # Changes to this file may require incrementing
2 # the ABI version in CONFIG_QSRV_VERSION
3 
4 registrar(QSRVRegistrar)
5 registrar(installPVAAddLinkHook)
6 
7 # from demo.cpp
8 device(waveform, CONSTANT, devWfPDBDemo, "QSRV Demo")
9 # from imagedemo.c
10 function(QSRV_image_demo)
11 # from pdb.cpp
12 # Extra debug info when parsing group definitions
13 variable(PDBProviderDebug, int)
14 # Number of worker threads for handling monitor updates.
15 # Default: 1
16 variable(pvaLinkNWorkers, int)