25 lines
646 B
Plaintext
25 lines
646 B
Plaintext
# dbCore.dbd
|
|
#
|
|
# This file provides iocsh access to variables that control some lesser-used
|
|
# and debugging features of the IOC database code.
|
|
|
|
# show epicsAtExit callbacks as they are run
|
|
variable(atExitDebug,int)
|
|
|
|
# Access security subroutines
|
|
variable(asCaDebug,int)
|
|
|
|
# Static database access variables
|
|
variable(dbRecordsOnceOnly,int)
|
|
variable(dbRecordsAbcSorted,int)
|
|
variable(dbBptNotMonotonic,int)
|
|
variable(dbQuietMacroWarnings,int)
|
|
|
|
# dbLoadTemplate settings
|
|
variable(dbTemplateMaxVars,int)
|
|
# Default number of parallel callback threads
|
|
variable(callbackParallelThreadsDefault,int)
|
|
|
|
# Real-time operation
|
|
variable(dbThreadRealtimeLock,int)
|