changes for iocsh

This commit is contained in:
Marty Kraimer
2000-04-28 20:40:58 +00:00
parent 52d078b531
commit 82d441411b
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -46,6 +46,8 @@ TEMPLATES += top/exampleBoot/Makefile
TEMPLATES += top/exampleBoot/nfsCommands
TEMPLATES += top/exampleBoot/ioc/Makefile
TEMPLATES += top/exampleBoot/ioc/st.cmd
TEMPLATES += top/exampleBoot/ioc/stcmd.host
TEMPLATES += top/exampleBoot/ioc/README
TEMPLATES += top/simpleApp/Makefile
TEMPLATES += top/simpleApp/Db/Makefile
@@ -0,0 +1,3 @@
On host execute the command
../../bin/<arch>/example stcmd.host
@@ -0,0 +1,7 @@
dbLoadDatabase("../../dbd/exampleApp.dbd",0,0);
registerRecordDeviceDriver(pdbbase);
dbLoadRecords("../../db/dbExample1.db","user=_USER_")
dbLoadRecords("../../db/dbExample2.db","user=_USER_,no=1,scan=1 second")
dbLoadRecords("../../db/dbExample2.db","user=_USER_,no=2,scan=2 second");
dbLoadRecords("../../db/dbExample2.db","user=_USER_,no=3,scan=5 second");
iocInit();