From a432a0fc263eca0ad9994378c79d020527478d7c Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sat, 25 May 2013 15:44:39 -0400 Subject: [PATCH] add more record types --- devsupApp/src/pyDevSup.dbd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/devsupApp/src/pyDevSup.dbd b/devsupApp/src/pyDevSup.dbd index d404e67..4909514 100644 --- a/devsupApp/src/pyDevSup.dbd +++ b/devsupApp/src/pyDevSup.dbd @@ -6,4 +6,18 @@ device(longout, INST_IO, pydevsupComOut, "Python Device") device(ai, INST_IO, pydevsupComIn, "Python Device") device(ao, INST_IO, pydevsupComOut, "Python Device") +device(stringin, INST_IO, pydevsupComIn, "Python Device") +device(stringout, INST_IO, pydevsupComOut, "Python Device") + +device(bi, INST_IO, pydevsupComIn, "Python Device") +device(bo, INST_IO, pydevsupComOut, "Python Device") + +device(mbbi, INST_IO, pydevsupComIn, "Python Device") +device(mbbo, INST_IO, pydevsupComOut, "Python Device") + +device(mbbiDirect, INST_IO, pydevsupComIn, "Python Device") +device(mbboDirect, INST_IO, pydevsupComOut, "Python Device") + device(waveform, INST_IO, pydevsupComIn, "Python Device") +device(aai, INST_IO, pydevsupComIn, "Python Device") +device(aao, INST_IO, pydevsupComOut, "Python Device")