finished converting the processing to a batch-wise variant

This commit is contained in:
2025-11-06 15:30:25 +01:00
parent 5f95e82a3c
commit e53a2a4f40
4 changed files with 123 additions and 309 deletions

View File

@@ -20,9 +20,11 @@ TEMPLATES += db/channels.db db/daq_common.db
# Source files to build
SOURCES += src/asynStreamGeneratorDriver.cpp
USR_CFLAGS += -Wall -Wextra -Wunused-result -Werror -fvisibility=hidden # -Wpedantic // Does not work because EPICS macros trigger warnings
# I don't think specifying the optimisation level like this is correct...
# but I doesn't hurt :D
USR_CFLAGS += -O3 -Wall -Wextra -Wunused-result -Werror -fvisibility=hidden # -Wpedantic // Does not work because EPICS macros trigger warnings
# Required to support EV42/44
USR_CXXFLAGS += -I../dep/flatbuffers/include/ -I../schemas
USR_CXXFLAGS += -O3 -I../dep/flatbuffers/include/ -I../schemas
LIB_SYS_LIBS += rdkafka