Add DbState soft support for bi/bo records.

This commit is contained in:
Michael Davidsaver
2012-04-27 13:25:18 -04:00
parent 83586b49d0
commit 03a30f3b8f
4 changed files with 183 additions and 0 deletions

View File

@@ -44,3 +44,6 @@ device(longin, INST_IO,devLiGeneralTime,"General Time")
device(stringin,INST_IO,devSiGeneralTime,"General Time")
device(stringout,INST_IO,devSoStdio,"stdio")
device(bi, INST_IO, devBiDbState, "Db State")
device(bo, INST_IO, devBoDbState, "Db State")