This is Unofficial EPICS BASE Doxygen Site
qsrv-new.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 link("pva", "lsetPVA")
7 
8 # from demo.cpp
9 device(waveform, CONSTANT, devWfPDBDemo, "QSRV Demo")
10 # from imagedemo.c
11 function(QSRV_image_demo)
12 # from pdb.cpp
13 # Extra debug info when parsing group definitions
14 variable(PDBProviderDebug, int)
15 # Number of worker threads for handling monitor updates.
16 # Default: 1
17 variable(pvaLinkNWorkers, int)