Added files from makeBaseApp

This commit is contained in:
kpetersn
2019-04-09 11:24:20 -05:00
parent 28f04e256a
commit 2846bfa018
27 changed files with 490 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
TOP = ../..
include $(TOP)/configure/CONFIG
ARCH = $(EPICS_HOST_ARCH)
TARGETS = envPaths
include $(TOP)/configure/RULES.ioc

View File

@@ -0,0 +1,21 @@
#!../../bin/linux-x86_64/acs
## You may have to change acs to something else
## everywhere it appears in this file
< envPaths
cd "${TOP}"
## Register all support components
dbLoadDatabase "dbd/acs.dbd"
acs_registerRecordDeviceDriver pdbbase
## Load record instances
#dbLoadRecords("db/xxx.db","user=kpetersn")
cd "${TOP}/iocBoot/${IOC}"
iocInit
## Start any sequence programs
#seq sncxxx,"user=kpetersn"