This allows the rsrv to be excluded by removing 'include rsrv.dbd' from a local copy of the base.dbd file. Server initialization, running and pausing are moved to new methods of the dbServer object, and the existing registration path is converted to just use the new rsrv.dbd file.
31 lines
533 B
Plaintext
31 lines
533 B
Plaintext
# This file includes the standard record types and device support
|
|
# provided by Base and (usually) loaded into all IOCs.
|
|
|
|
# Fixed menus
|
|
include "menuGlobal.dbd"
|
|
|
|
# Modifyable menus
|
|
include "menuConvert.dbd"
|
|
include "menuScan.dbd"
|
|
|
|
# Record types
|
|
include "stdRecords.dbd"
|
|
|
|
# Channel filters & plugins
|
|
include "filters.dbd"
|
|
|
|
# Link types
|
|
include "links.dbd"
|
|
|
|
# Standard device support
|
|
include "devSoft.dbd"
|
|
|
|
# Access security subroutines
|
|
include "asSub.dbd"
|
|
|
|
# IOC Core variables
|
|
include "dbCore.dbd"
|
|
|
|
# RSRV server
|
|
include "rsrv.dbd"
|