Files
motorBase/motorApp/MotorSrc
Ron Sluiter 0054f45b32 Removed postProcess flag (pp) from LOAD_POS. Fixes bug where target positions were not updating.
Removed redundant postings of RMP and REP by moving them to device support's motor_update_values() and update_values().
 Fix for LOAD_POS not posting RVAL.
 Reversed order of issuing SET_VEL_BASE and SET_VELOCITY commands. Fixes MAXv command errors.
2014-09-11 15:37:22 +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