can send ess streaming data types flatbuffer messages via kafka

This commit is contained in:
2025-10-30 13:53:00 +01:00
parent 2d5a43c09a
commit 2d065a0db9
3 changed files with 24 additions and 8 deletions

View File

@@ -15,7 +15,6 @@ DBDS += src/asynStreamGeneratorDriver.dbd
# DB files to include in the release
TEMPLATES += db/channels.db
# These headers allow to depend on this library for derived drivers.
HEADERS += src/asynStreamGeneratorDriver.h
# Source files to build
@@ -23,4 +22,7 @@ SOURCES += src/asynStreamGeneratorDriver.cpp
USR_CFLAGS += -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
LIB_SYS_LIBS += rdkafka