Draft Stream Device Rewrite of Counterbox Driver

This commit is contained in:
2024-10-18 13:18:43 +02:00
commit d612f5c565
11 changed files with 930 additions and 0 deletions

33
Makefile Normal file
View File

@ -0,0 +1,33 @@
# This build the sinq extensions for the PSI EPICS setup
include /ioc/tools/driver.makefile
MODULE=counterbox
BUILDCLASSES=Linux
EPICS_VERSIONS=7.0.7
ARCH_FILTER=RHEL%
# additional module dependencies
REQUIRED+=stream
REQUIRED+=calc
# Release version
LIBVERSION=ed-dev
# DB files to include in the release
TEMPLATES += db/counterbox.db
TEMPLATES += db/counterbox.proto
TEMPLATES += db/counterbox_common.db
TEMPLATES += db/counterbox_v2.db
# DBD files to include in the release
DBDS += src/counterbox.dbd
# Source files to build
SOURCES += src/counterbox.cpp
SCRIPTS += scripts/counterbox.cmd
SCRIPTS += scripts/counterbox_v2.cmd
USR_CFLAGS += -Wall -Wextra #-Werror
# MISCS would be the place to keep the stream device template files