forked from epics_driver_modules/motorBase
8b43d40d18
The 2nd and 3rd parameter in send_mess() can and should
be a 'const char *' instead of just 'char *'.
Modern compilers complain here, so that the signature now
gets the const.
Update drivers from the following list to use the new send_mess():
modules/motorAcs
modules/motorAcsTech80
modules/motorAerotech
modules/motorFaulhaber
modules/motorIms
modules/motorKohzu
modules/motorMclennan
modules/motorMicos
modules/motorMicroMo
modules/motorNewFocus
modules/motorNewport
modules/motorOms
modules/motorOriel
modules/motorPI
modules/motorParker
modules/motorPiJena
modules/motorSmartMotor
modules/motorThorLabs
And while there, fix one more "const char *" in motordrvCom.cc
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