Removed device entries from base.dbd into their own .dbd files.
Devices for TestAsyn support are not included by base.dbd, but have their own devTestAsyn.dbd file if required.
This commit is contained in:
@@ -11,6 +11,8 @@ TOP=../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
DBD += devTestAsyn.dbd
|
||||
|
||||
LIBSRCS += devAiTestAsyn.c
|
||||
LIBSRCS += devAoTestAsyn.c
|
||||
LIBSRCS += devBiTestAsyn.c
|
||||
|
||||
12
src/dev/testDev/devTestAsyn.dbd
Normal file
12
src/dev/testDev/devTestAsyn.dbd
Normal file
@@ -0,0 +1,12 @@
|
||||
# $Id$
|
||||
|
||||
device(ai,CONSTANT,devAiTestAsyn,"Test Asyn")
|
||||
device(ao,CONSTANT,devAoTestAsyn,"Test Asyn")
|
||||
device(bi,CONSTANT,devBiTestAsyn,"Test Asyn")
|
||||
device(bo,CONSTANT,devBoTestAsyn,"Test Asyn")
|
||||
device(event,CONSTANT,devEventTestIoEvent,"Test Asyn")
|
||||
device(mbbi,CONSTANT,devMbbiTestAsyn,"Test Asyn")
|
||||
device(mbbo,CONSTANT,devMbboTestAsyn,"Test Asyn")
|
||||
device(stringin,CONSTANT,devSiTestAsyn,"Test Asyn")
|
||||
device(stringout,CONSTANT,devSoTestAsyn,"Test Asyn")
|
||||
device(waveform,CONSTANT,devWfTestAsyn,"Test Asyn")
|
||||
Reference in New Issue
Block a user