changes for seq support
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
program snctest
|
||||
float v;
|
||||
assign v to "_USER_:xxxExample";
|
||||
assign v to "{user}:xxxExample";
|
||||
monitor v;
|
||||
|
||||
ss ss1
|
||||
|
||||
@@ -30,3 +30,4 @@ dbLoadRecords("db/dbExample2.db","user=_USER_,no=3,scan=5 second")
|
||||
|
||||
cd startup
|
||||
iocInit
|
||||
#seq &snctest,"user=_USER_"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user