Files
motorBase/motorApp/MotorSrc
Ron Sluiter 12ce2c552b Clear "forceCallback" before processing motor record (from params->callback) and only if forceCallback is ON.
(Fixes motor record left in the moving state (DMOV=0) after limit switch error reported by Andy Foster.)
2014-06-12 14:00:42 +00:00
..
2014-03-12 18:03:26 +00:00
2014-05-22 21:53:45 +00:00
2014-05-22 21:53:31 +00:00
2007-02-03 12:14:48 +00:00
2013-06-17 14:31:34 +00:00

Here's my best guess at what all this stuff is. TMM

Model 3 (asyn, C++) driver base classes
--------------------------------
asynMotorAxis.cpp
asynMotorAxis.h
asynMotorController.cpp
asynMotorController.h

Model 2 and Model 3 device support
--------------------------------
devMotorAsyn.c

Model 2 (asyn, C)
--------------
drvMotorAsyn.c
motor_interface.h
paramLib.c
paramLib.h

motor record
------------
motor.h
motorRecord.cc
motorRecord.dbd

Model 1 (non-asyn) device/driver support
------------------------------
motordevCom.cc
motordevCom.h
motordrvCom.cc
motordrvCom.h
motordrvComCode.h

allstop, alldone
----------------
motorUtil.cc
motorUtilAux.cc