Changes because asynMotorDriver was broken into asynMotorController and asynMotorAxis; same for XPS

This commit is contained in:
MarkRivers
2011-04-02 15:10:48 +00:00
parent 5e08ad36c2
commit 99aa62acd7
+9 -5
View File
@@ -575,14 +575,18 @@ WARN_LOGFILE =
INPUT = ../../asyn/asyn/miscellaneous/asynPortDriver.cpp \
../../asyn/asyn/miscellaneous/asynPortDriver.h \
../motorApp/MotorSrc/asynMotorDriver.h \
../motorApp/MotorSrc/asynMotorDriver.cpp \
../motorApp/MotorSrc/asynMotorController.h \
../motorApp/MotorSrc/asynMotorController.cpp \
../motorApp/MotorSrc/asynMotorAxis.h \
../motorApp/MotorSrc/asynMotorAxis.cpp \
../motorApp/ACRSrc/ACRMotorDriver.h \
../motorApp/ACRSrc/ACRMotorDriver.cpp \
../motorApp/NewportSrc/XPSMotorDriver.h \
../motorApp/NewportSrc/XPSMotorDriver.cpp \
../motorApp/NewportSrc/XPSController.h \
../motorApp/NewportSrc/XPSController.cpp \
../motorApp/NewportSrc/XPSAxis.h \
../motorApp/NewportSrc/XPSAxis.cpp \
../motorApp/MotorSimSrc/motorSimDriver.h \
../motorApp/MotorSimSrc/motorSimDriver.cpp \
../motorApp/MotorSimSrc/motorSimDriver.cpp
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is