mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
7e446c04daa97588e942b1e33ae5ac1d28a11396

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. This is a minimal part of a series from Dirk Zimoch, more warnings can be removed here and there.
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%