Files
motorBase/motorApp/MotorSrc
Mitch D'Ewart b201e40ee3 Changed ACCL calculation when VELO == VBAS.
Previously ACCL was only calculated as (VELO-VBAS)/TIME.
This could cause problems for drivers setting ACCL=0.
Now if VELO == VBAS, ACCL = VELO/TIME.
2017-08-07 13:56:07 -07:00
..
2007-02-03 12:14:48 +00:00
2015-11-23 08:23:12 +01:00

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

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

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

Definitions used in record, device support, and utilities
---------------------------------------------------------
motor.h

motor record
------------
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