Initial commit, WIP

This commit is contained in:
2025-03-20 13:58:18 +01:00
parent e977855dd3
commit 0eaa75dc4b
12 changed files with 1132 additions and 81 deletions

31
Makefile Normal file
View File

@ -0,0 +1,31 @@
# Use the PSI build system
include /ioc/tools/driver.makefile
MODULE=turboPmac
BUILDCLASSES=Linux
EPICS_VERSIONS=7.0.7
ARCH_FILTER=RHEL%
# Additional module dependencies
REQUIRED+=motorBase
REQUIRED+=sinqMotor
# Specify the version of motorBase we want to build against
motorBase_VERSION=7.2.2
# Specify the version of sinqMotor we want to build against
sinqMotor_VERSION=mathis_s
# Specify the version of turboPmac we want to build against
turboPmac_VERSION=mathis_s
# These headers allow to depend on this library for derived drivers.
HEADERS += src/seleneLiftAxis.h
# Source files to build
SOURCES += src/seleneLiftAxis.cpp
# This file registers the motor-specific functions in the IOC shell.
DBDS += src/seleneLift.dbd
USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result -Wextra -Werror # -Wpedantic // Does not work because EPICS macros trigger warnings