Rebased pmacV3 onto sinqMotor

This commit is contained in:
2024-11-20 12:02:33 +01:00
parent 910c5fa072
commit aaca07c2b6
9 changed files with 2451 additions and 84 deletions

27
Makefile Normal file
View File

@ -0,0 +1,27 @@
# Use the PSI build system
include /ioc/tools/driver.makefile
MODULE=pmacV3
BUILDCLASSES=Linux
EPICS_VERSIONS=7.0.7
ARCH_FILTER=RHEL%
# Additional module dependencies
REQUIRED+=asynMotor
REQUIRED+=sinqMotor
# Specify the version of sinqMotor we want to build against
sinqMotor_VERSION=0.1
# These headers allow to depend on this library for derived drivers.
HEADERS += src/pmacV3Axis.h
HEADERS += src/pmacV3Controller.h
# Source files to build
SOURCES += src/pmacV3Axis.cpp
SOURCES += src/pmacV3Controller.cpp
# This file registers the motor-specific functions in the IOC shell.
DBDS += src/pmacV3.dbd
USR_CFLAGS += -Wall -Wextra # -Werror