changes for seq support

This commit is contained in:
Marty Kraimer
2001-02-23 20:17:22 +00:00
parent e1e3b4c39e
commit 2c577b3391
6 changed files with 11 additions and 16 deletions

View File

@@ -4,16 +4,8 @@ TOP=..
include $(TOP)/configure/CONFIG
TARGETS = CONFIG_APP_INCLUDE
TARGETS = $(CONFIG_TARGETS)
include $(TOP)/configure/RULES
ifeq ($(wildcard $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH)),$(TOP)/configure/RELEASE.$(HOST_ARCH))
CONFIG_APP_INCLUDE: $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH)
endif
CONFIG_APP_INCLUDE: $(TOP)/configure/RELEASE $(TOP)/configure/CONFIG_APP
@$(RM) $@
@$(PERL) $(TOOLS)/makeConfigAppInclude.pl $(EPICS_HOST_ARCH) $(T_A) $@ $(TOP)
depends: install

View File

@@ -7,4 +7,4 @@
EPICS_BASE=_EPICS_BASE_
TEMPLATE_TOP=_TEMPLATE_TOP_
MSI=/home/epics/CLS/epics/extensions/bin/$(EPICS_HOST_ARCH)/msi
#SEQ=<full path to sequencer>
#SNCSEQ=<full path to sequencer>

View File

@@ -62,15 +62,16 @@ example_SRCS_vxWorks += -nil-
example_OBJS_vxWorks += $(EPICS_BASE_BIN)/iocCoreLibrary
#example_SRCS_vxWorks += sncExample.c
#example_OBJS_vxWorks += $(SEQ_BIN)/seqLibrary
#example_SRCS += sncExample.st
#seq_DIR = $(SNCSEQ_LIB)
#example_OBJS_vxWorks += $(SNCSEQ_BIN)/seqLibrary
#example_OBJS_vxWorks += $(SNCSEQ_BIN)/pvLibrary
#example_OBJS_vxWorks += $(SNCSEQ_BIN)/pvCaLibrary
#example_LIBS += seq
#example_LIBS += pv
#seq_DIR = $(SEQ_LIB)
#example_LIBS += pvCa
-include ../baseLIBOBJS
example_OBJS += $(LIBOBJS)

View File

@@ -1,6 +1,6 @@
program snctest
float v;
assign v to "_USER_:xxxExample";
assign v to "{user}:xxxExample";
monitor v;
ss ss1

View File

@@ -30,3 +30,4 @@ dbLoadRecords("db/dbExample2.db","user=_USER_,no=3,scan=5 second")
cd startup
iocInit
#seq &snctest,"user=_USER_"

View File

@@ -5,3 +5,4 @@ dbLoadRecords("../../db/dbExample2.db","user=_USER_Host,no=1,scan=1 second")
dbLoadRecords("../../db/dbExample2.db","user=_USER_Host,no=2,scan=2 second")
dbLoadRecords("../../db/dbExample2.db","user=_USER_Host,no=3,scan=5 second")
iocInit()
#seq snctest,"user=_USER_Host"