forked from epics_driver_modules/motorBase
a4a6dbddf4
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.
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