Initial commit of the PSI version of motorMotorSim as a standalone

driver.
This commit is contained in:
2025-02-14 15:12:33 +01:00
commit b240341bfd
55 changed files with 4155 additions and 0 deletions

25
GNUmakefile Normal file
View File

@ -0,0 +1,25 @@
# This build the sinqMotor base class
include /ioc/tools/driver.makefile
MODULE=motorMotorSim
BUILDCLASSES=Linux
EPICS_VERSIONS=7.0.7
ARCH_FILTER=RHEL%
# Specify the version of asynMotor we want to build against
motorBase_VERSION=7.2.2
# motorRecord.h will be created from motorRecord.dbd
# install devMotorSoft.dbd into <top>/dbd
DBD += motorSimApp/src/motorSimSupport.dbd
# Source files to build
SOURCES += motorSimApp/src/route.c
SOURCES += motorSimApp/src/devMotorSim.c
SOURCES += motorSimApp/src/drvMotorSim.c
SOURCES += motorSimApp/src/motorSimDriver.cpp
SOURCES += motorSimApp/src/motorSimRegister.cc
USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result # -Werror
# MISCS would be the place to keep the stream device template files