Skip to content
Snippets Groups Projects
Commit 79795cd1 authored by mooney's avatar mooney
Browse files

remove genSub, add busy

parent e1cd89b8
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,10 @@ include "asyn.dbd"
include "drvAsynSerialPort.dbd"
include "drvAsynIPPort.dbd"
include "stdSupport.dbd"
include "genSubRecord.dbd"
# starting with EPICS 3.14.10, use aSub instead of genSub
#include "genSubRecord.dbd"
include "calcSupport.dbd"
include "busySupport.dbd"
include "sscanSupport.dbd"
include "asSupport.dbd"
include "opticsSupport.dbd"
......@@ -24,3 +26,4 @@ include "motorSimSupport.dbd"
#include "roperCCDSupport.dbd"
#include "devMclennanMotor.dbd"
#include "devImsMotor.dbd"
# stuff for non-vxWorks ioc
include "base.dbd"
# asyn
include "asyn.dbd"
include "drvAsynSerialPort.dbd"
......@@ -13,12 +14,15 @@ include "devGpib.dbd"
# std
include "stdSupport.dbd"
# genSub
include "genSubRecord.dbd"
# genSub (for EPICS 3.14.10, use aSub)
#include "genSubRecord.dbd"
# calc
include "calcSupport.dbd"
# busy
include "busySupport.dbd"
# sscan
include "sscanSupport.dbd"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment