From 1428b85a34a5338ea6db4cab97c2954c0204965b Mon Sep 17 00:00:00 2001 From: zimoch Date: Wed, 20 Jul 2011 08:33:19 +0000 Subject: [PATCH] must find a way to generate this --- stream.dbd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 stream.dbd diff --git a/stream.dbd b/stream.dbd new file mode 100644 index 0000000..db6e92f --- /dev/null +++ b/stream.dbd @@ -0,0 +1,19 @@ +device(aai,INST_IO,devaaiStream,"stream") +device(aao,INST_IO,devaaoStream,"stream") +device(ao,INST_IO,devaoStream,"stream") +device(ai,INST_IO,devaiStream,"stream") +device(bo,INST_IO,devboStream,"stream") +device(bi,INST_IO,devbiStream,"stream") +device(mbbo,INST_IO,devmbboStream,"stream") +device(mbbi,INST_IO,devmbbiStream,"stream") +device(mbboDirect,INST_IO,devmbboDirectStream,"stream") +device(mbbiDirect,INST_IO,devmbbiDirectStream,"stream") +device(longout,INST_IO,devlongoutStream,"stream") +device(longin,INST_IO,devlonginStream,"stream") +device(stringout,INST_IO,devstringoutStream,"stream") +device(stringin,INST_IO,devstringinStream,"stream") +device(waveform,INST_IO,devwaveformStream,"stream") +device(calcout,INST_IO,devcalcoutStream,"stream") +driver(stream) +variable(streamDebug, int) +registrar(streamRegistrar)