can send ess streaming data types flatbuffer messages via kafka
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user