Skip to content
Snippets Groups Projects
Commit 2e1b57a2 authored by Jim Larsson's avatar Jim Larsson
Browse files

name change and deleted some files.

parent 2af571b3
No related branches found
No related tags found
No related merge requests found
# This should be a test startup script
iocshLoad("/home/jimlarsson/rheotest/iocsh/rheotest.iocsh")
iocshLoad("/home/jimlarsson/modules/rheometerMCR702e/iocsh/rheometer.iocsh")
......@@ -2,7 +2,7 @@
#
# iocshLoad("$(rheotest_DIR)/rheotest.iocsh")
require rheotest,0.2
epicsEnvSet("STREAM_PROTOCOL_PATH", "$(rheotest_DIR)/db")
epicsEnvSet("STREAM_PROTOCOL_PATH", "$(rheometermrc702e_DIR)/db")
#drvAsynIPPortConfigure("rheo", "127.0.0.1:5555")
drvAsynIPPortConfigure("rheo", "172.30.32.60:1025")
......
......@@ -47,7 +47,7 @@ REQUIRED += stream
#
############################################################################
APP:=rheotestApp
APP:=rheometerApp
APPDB:=$(APP)/Db
APPSRC:=$(APP)/src
APPCMDS:=$(APP)/cmds
......@@ -72,7 +72,7 @@ TEMPLATES += $(wildcard $(APPDB)/*.proto)
#
############################################################################
SOURCES += $(APPSRC)/rheotestMain.cpp
SOURCES += $(APPSRC)/rheometerMain.cpp
############################################################################
......
File moved
File moved
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment