Torsten Bögershausen 7e446c04da send_mess() uses 'const char *'
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.
2019-09-20 15:38:10 +02:00
2019-09-20 15:38:10 +02:00
2019-04-09 11:42:21 -05:00
2019-04-16 16:00:30 -05:00

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
EPICS motor driver for the DSM MD-90 motor controller
Readme 280 KiB
Languages
C++ 83.6%
Makefile 12.7%
C 3.1%
Batchfile 0.6%