copy from other repository

This commit is contained in:
zimoch
2010-09-02 14:52:17 +00:00
parent 35768cbfbb
commit d37c142d36
51 changed files with 4104 additions and 0 deletions

View File

@ -0,0 +1,21 @@
BIN="<library directory>"
DBD="<dbd directory>"
HOME="<ioc home direcory>"
#where can protocols be located?
STREAM_PROTOCOL_PATH=".:protocols:../protocols/"
cd BIN
ld < iocCore
ld < streamApp.munch
dbLoadDatabase "streamApp.dbd",DBD
drvAsynIPPortConfigure "terminal", "xxx.xxx.xxx.xxx:40000"
#load the records
cd HOME
dbLoadRecords "example.db","PREFIX=DZ"
#lots of debug output
#streamDebug=1
iocInit