mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-11-08 21:18:52 -06:00
ba3193b340085a016ecc12e57e0a78736d20955a
The 3rd parameter in send_mess(), "name" can and should be a 'const char *' instead of just 'char *'. Modern compilers complain here, so that the signature now gets the const.
motorAcs
EPICS motor drivers for the following Advanced Control Systems Corporation controllers: MCB-4B
motorAcs is a submodule of motor. When motorAcs is built in the motor/modules directory, no manual configuration is needed.
motorAcs can also be built outside of motor by copying it's EXAMPLE_RELEASE.local file to RELEASE.local and defining the paths to MOTOR and itself.
motorAcs contains an example IOC that is built if CONFIG_SITE.local sets BUILD_IOCS = YES. The example IOC can be built outside of driver module.
Description
Languages
C++
83.6%
Makefile
12.7%
C
3.1%
Batchfile
0.6%