This is Unofficial EPICS BASE Doxygen Site
dbCore.dbd
Go to the documentation of this file.
1 # dbCore.dbd
2 #
3 # This file provides iocsh access to variables that control some lesser-used
4 # and debugging features of the IOC database code.
5 
6 # show epicsAtExit callbacks as they are run
7 variable(atExitDebug,int)
8 
9 # Access security subroutines
10 variable(asCaDebug,int)
11 
12 # CA server debug flag (very verbose) range[0,5]
13 variable(CASDEBUG,int)
14 
15 # Link parsing debug
16 variable(dbJLinkDebug,int)
17 
18 # Static database access variables
19 variable(dbRecordsOnceOnly,int)
20 variable(dbRecordsAbcSorted,int)
21 variable(dbBptNotMonotonic,int)
22 variable(dbQuietMacroWarnings,int)
23 variable(dbConvertStrict,int)
24 
25 # PUTF/RPRO tracing; set TPRO on records to trace
26 variable(dbAccessDebugPUTF,int)
27 
28 # dbLoadTemplate settings
29 variable(dbTemplateMaxVars,int)
30 
31 # Default number of parallel callback threads
32 variable(callbackParallelThreadsDefault,int)
33 
34 # Real-time operation
35 variable(dbThreadRealtimeLock,int)
36 
37 # show logClient network activity
38 variable(logClientDebug,int)