Added debug variable to *.dbd file.

This commit is contained in:
Ron Sluiter
2004-07-19 13:57:46 +00:00
parent 8ea7e1f1dd
commit f75b442557
10 changed files with 22 additions and 9 deletions
+2 -1
View File
@@ -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)
+3 -2
View File
@@ -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
View File
@@ -1,5 +1,6 @@
# Micos MoCo dc series support.
device(motor,VME_IO,devMicos,"Micos MoCo")
driver(drvMicos)
#variable(drvMicosDebug)
+3 -2
View File
@@ -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
View File
@@ -1,4 +1,5 @@
# Micro Mo MVP 2001 Driver support.
device(motor,VME_IO,devMVP2001,"MVP2001")
driver(drvMVP2001)
#variable(drvMVP2001debug)
+3 -2
View File
@@ -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
+4
View File
@@ -8,4 +8,8 @@ driver(drvMM4000)
driver(drvPM500)
driver(drvESP300)
registrar(NewportRegister)
#variable(drvESP300debug)
#variable(drvMM3000debug)
#variable(drvMM4000debug)
#variable(drvPM500debug)
+3 -2
View File
@@ -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
View File
@@ -1,5 +1,6 @@
# Intelligent Motion Systems driver support.
device(motor,VME_IO,devPIC844,"PIC844")
driver(drvPIC844)
#variable(drvPIC844debug)