Files
Torsten Bögershausen a4a6dbddf4 motorRecord.cc: Post ueip if reset to false when encoder missing
commit 24a53e660e,
    "motorRecord: Reset UEIP to No if no encoder is present"
Seems to have introduced a typo:
When ueip is reset to false, because there is no encoder,
then db_post_events(ueip) should be called, not urip.
2024-10-22 12:05:44 +02:00
..
2020-09-04 11:01:47 -05:00
2007-02-03 12:14:48 +00:00
2020-06-10 07:55:22 +02:00
2021-04-19 14:19:50 +02: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