Added a .db file with a single record $(IOC):exit.

Set the .A field to the exit status you want the softIoc to return.
This commit is contained in:
Andrew Johnson
2006-11-13 21:45:40 +00:00
parent 7b7bdb82a6
commit cbedb32d50
2 changed files with 9 additions and 0 deletions

View File

@@ -26,4 +26,6 @@ softIoc_SRCS += softMain.cpp
softIoc_LIBS = $(EPICS_BASE_IOC_LIBS)
DB += softIocExit.db
include $(TOP)/configure/RULES

View File

@@ -0,0 +1,7 @@
# $Id$
#
record(sub,"$(IOC):exit") {
field(DESC,"Exit subroutine")
field(SCAN,"Passive")
field(SNAM,"exit")
}