Added support for the AMOR SLS VME Magnet controllers to the sinq IOC application

refs #DM-91
This commit is contained in:
2016-07-08 13:53:21 +02:00
parent c75957f284
commit 7c1693e606
8 changed files with 167 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ sinqEPICS_DBD += sinq.dbd
#sinqEPICS_DBD += pmacAsynIPPort.dbd pmacAsynMotorPort.dbd
# Add all the support libraries needed by this IOC
sinqEPICS_LIBS += motor asyn busy synAppsStd
sinqEPICS_LIBS += motor asyn busy synAppsStd streamdevice pcre
# sinqEPICS_registerRecordDeviceDriver.cpp derives from sinqEPICS.dbd
sinqEPICS_SRCS += sinqEPICS_registerRecordDeviceDriver.cpp

View File

@@ -16,7 +16,7 @@ include "synAppsStd.dbd"
device(scaler,INST_IO,devScalerEL737,"asynScalerEL737")
#--------- For lakeshore
#addpath "/opt/epics/modules/streamdevice/2.6.0/3.14.12.5/dbd"
#include "streamdevice.dbd"
addpath "/opt/epics/modules/streamdevice/2.6.0/3.14.12.5/dbd"
include "streamdevice.dbd"
addpath "/opt/epics/modules/busy/1.6.0/3.14.12.5/dbd"
include "busy.dbd"