Merge std/*

Combine recIoc and softDevIoc libraries into dbRecStd

Move base.dbd from ioc/misc/ to std/softIoc/

Generate stdRecords.dbd from the std/rec/Makefile list of record
types instead of hard-coding it in base.dbd
This commit is contained in:
Michael Davidsaver
2011-02-26 18:24:51 -06:00
committed by Andrew Johnson
parent e463793bc3
commit f242a27dea
14 changed files with 177 additions and 164 deletions

20
src/std/softIoc/base.dbd Normal file
View File

@@ -0,0 +1,20 @@
# $Revision-Id$
#
# This file defines the standard record types and device support
# provided by Base and (usually) loaded into all IOCs.
# Menus
include "menuGlobal.dbd"
include "menuConvert.dbd"
# Record types
include "stdRecords.dbd"
# "Soft Channel", "Raw Soft Channel", and "Async Soft Channel" device support
include "devSoft.dbd"
# Access security subroutines
registrar(asSub)
include "dbCore.dbd"