changes were made to all the special code, i.e. all pvdbcr*.

All now have a .h file in src/pv.
Each can now be used via an iocshell command or by a PVDatabase application that not part of an ioc database.
This commit is contained in:
mrkraimer
2021-04-12 09:30:50 -04:00
parent d493e52dda
commit 1c121b3f1e
13 changed files with 540 additions and 157 deletions
+6
View File
@@ -20,6 +20,12 @@ INC += pv/pvSupport.h
INC += pv/controlSupport.h
INC += pv/scalarAlarmSupport.h
INC += pv/pvdbcrScalar.h
INC += pv/pvdbcrScalarArray.h
INC += pv/pvdbcrAddRecord.h
INC += pv/pvdbcrRemoveRecord.h
INC += pv/pvdbcrProcessRecord.h
INC += pv/pvdbcrTraceRecord.h
include $(PVDATABASE_SRC)/copy/Makefile
include $(PVDATABASE_SRC)/database/Makefile