Applied various bugfixes to make this driver fully operational

This commit is contained in:
2025-02-14 16:31:23 +01:00
parent fd4467ae54
commit b4e49a9d7a
6 changed files with 597 additions and 409 deletions

View File

@ -10,8 +10,11 @@ ARCH_FILTER=RHEL%
REQUIRED+=asynMotor
REQUIRED+=sinqMotor
# Specify the version of asynMotor we want to build against
asynMotor_VERSION=7.2.2
# Specify the version of sinqMotor we want to build against
sinqMotor_VERSION=0.6.3
sinqMotor_VERSION=0.7.0
# These headers allow to depend on this library for derived drivers.
HEADERS += src/turboPmacAxis.h
@ -27,4 +30,4 @@ TEMPLATES += db/turboPmac.db
# This file registers the motor-specific functions in the IOC shell.
DBDS += src/turboPmac.dbd
USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result # -Werror
USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result -Wextra -Werror # -Wpedantic // Does not work because EPICS macros trigger warnings