forked from epics_driver_modules/motorBase
Added debug variable to *.dbd file.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
# The following are used for debugging messages.
|
||||
# Both the following line, and a line in the *.dbd file,
|
||||
# must be uncommented to use diagnostic debugging messages.
|
||||
#USR_CXXFLAGS += -DDEBUG
|
||||
|
||||
DBD += devMclennanMotor.dbd
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
device(motor,VME_IO,devPM304,"Mclennan PM304")
|
||||
driver(drvPM304)
|
||||
registrar(MclennanRegister)
|
||||
#variable(drvPM304Debug)
|
||||
|
||||
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
# The following are used for debugging messages.
|
||||
#USR_CXXFLAGS += -DDEBUG
|
||||
# Both the following line, and a line in the *.dbd file,
|
||||
# must be uncommented to use diagnostic debugging messages.
|
||||
#!USR_CXXFLAGS += -DDEBUG
|
||||
|
||||
DBD += devMicos.dbd
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Micos MoCo dc series support.
|
||||
device(motor,VME_IO,devMicos,"Micos MoCo")
|
||||
driver(drvMicos)
|
||||
#variable(drvMicosDebug)
|
||||
|
||||
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
# The following are used for debugging messages.
|
||||
#USR_CXXFLAGS += -DDEBUG
|
||||
# Both the following line, and a line in the *.dbd file,
|
||||
# must be uncommented to use diagnostic debugging messages.
|
||||
#!USR_CXXFLAGS += -DDEBUG
|
||||
|
||||
DBD += devMicroMo.dbd
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# Micro Mo MVP 2001 Driver support.
|
||||
device(motor,VME_IO,devMVP2001,"MVP2001")
|
||||
driver(drvMVP2001)
|
||||
#variable(drvMVP2001debug)
|
||||
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
# The following are used for debugging messages.
|
||||
USR_CXXFLAGS += -DDEBUG
|
||||
# Both the following line, and a line in the *.dbd file,
|
||||
# must be uncommented to use diagnostic debugging messages.
|
||||
#!USR_CXXFLAGS += -DDEBUG
|
||||
|
||||
DBD += devNewport.dbd
|
||||
|
||||
|
||||
@@ -8,4 +8,8 @@ driver(drvMM4000)
|
||||
driver(drvPM500)
|
||||
driver(drvESP300)
|
||||
registrar(NewportRegister)
|
||||
#variable(drvESP300debug)
|
||||
#variable(drvMM3000debug)
|
||||
#variable(drvMM4000debug)
|
||||
#variable(drvPM500debug)
|
||||
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
# The following are used for debugging messages.
|
||||
#USR_CXXFLAGS += -DDEBUG
|
||||
# Both the following line, and a line in the *.dbd file,
|
||||
# must be uncommented to use diagnostic debugging messages.
|
||||
#!USR_CXXFLAGS += -DDEBUG
|
||||
|
||||
DBD += devPIMotor.dbd
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Intelligent Motion Systems driver support.
|
||||
device(motor,VME_IO,devPIC844,"PIC844")
|
||||
driver(drvPIC844)
|
||||
#variable(drvPIC844debug)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user