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

@@ -21,8 +21,10 @@ dbRecStd_SRCS += devAoSoft.c
dbRecStd_SRCS += devAoSoftRaw.c
dbRecStd_SRCS += devBiSoft.c
dbRecStd_SRCS += devBiSoftRaw.c
dbRecStd_SRCS += devBiDbState.c
dbRecStd_SRCS += devBoSoft.c
dbRecStd_SRCS += devBoSoftRaw.c
dbRecStd_SRCS += devBoDbState.c
dbRecStd_SRCS += devCalcoutSoft.c
dbRecStd_SRCS += devEventSoft.c
dbRecStd_SRCS += devHistogramSoft.c