From 0f756d9feeef08a017b9a02528fecb310a918a6a Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Thu, 26 Oct 2006 20:27:19 +0000
Subject: [PATCH] Added stream example, commented out

---
 iocBoot/iocCygwin/st.cmd | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/iocBoot/iocCygwin/st.cmd b/iocBoot/iocCygwin/st.cmd
index 9035ddf..9c8d1dd 100644
--- a/iocBoot/iocCygwin/st.cmd
+++ b/iocBoot/iocCygwin/st.cmd
@@ -14,6 +14,9 @@ errlogInit(20000)
 # plot doesn't display
 #epicsEnvSet EPICS_CA_MAX_ARRAY_BYTES 64008
 
+# set the protocol path for streamDevice
+epicsEnvSet STREAM_PROTOCOL_PATH ".:$(STREAM)/protocols"
+
 ################################################################################
 # Tell EPICS all about the record types, device-support modules, drivers,
 # etc. in the software we just loaded (xxx.munch)
@@ -39,6 +42,9 @@ dbLoadTemplate("pseudoMotor.substitutions")
 # Several versions (e.g., all_com_32.db) are in stdApp/Db
 #dbLoadRecords("$(STD)/stdApp/Db/all_com_16.db","P=xxx:")
 
+### streamDevice example
+#dbLoadRecords("$(TOP)/xxxApp/Db/streamExample.db","P=xxx:,PORT=serial1")
+
 ### Insertion-device control
 #dbLoadRecords("$(STD)/stdApp/Db/IDctrl.db","P=xxx:,xx=02us")
 
-- 
GitLab