From 618b183844675191938fc048d0710fc49310b54e Mon Sep 17 00:00:00 2001 From: koennecke Date: Fri, 21 Aug 2020 14:38:45 +0200 Subject: [PATCH] Added missing dbd files --- dbd/pyDevSup.dbd | 22 ++++++++++++++++++++++ pyIocApp/pyDevSup.dbd | 21 +++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 dbd/pyDevSup.dbd diff --git a/dbd/pyDevSup.dbd b/dbd/pyDevSup.dbd new file mode 100644 index 0000000..25384ec --- /dev/null +++ b/dbd/pyDevSup.dbd @@ -0,0 +1,22 @@ +registrar(pySetupReg) +device(longin, INST_IO, pydevsupComIn, "Python Device") +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") diff --git a/pyIocApp/pyDevSup.dbd b/pyIocApp/pyDevSup.dbd index b09ebf3..25384ec 100644 --- a/pyIocApp/pyDevSup.dbd +++ b/pyIocApp/pyDevSup.dbd @@ -1 +1,22 @@ registrar(pySetupReg) +device(longin, INST_IO, pydevsupComIn, "Python Device") +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")