Files
epics-base/src/std/softIoc/base.dbd
Andrew Johnson 2d1d14e4b4 Make rsrv register itself using a DBD file
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.
2017-06-06 23:18:55 -04:00

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"