mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
client stage2 ongoing, utils removed but not compile ready; left to do imod for every multi, connect client to multi
This commit is contained in:
@ -14,6 +14,7 @@ set(SOURCES
|
||||
src/DataProcessor.cpp
|
||||
src/DataStreamer.cpp
|
||||
src/Fifo.cpp
|
||||
../commonFiles/utilities.cpp
|
||||
)
|
||||
|
||||
|
||||
@ -64,13 +65,14 @@ add_library(slsReceiverShared SHARED
|
||||
)
|
||||
|
||||
set(PUBLICHEADERS
|
||||
../commonfiles/sls_receiver_defs.h
|
||||
../commonfiles/ansi.h
|
||||
../commonfiles/sls_receiver_funcs.h
|
||||
../commonfiles/MySocketTCP.h
|
||||
../commonfiles/genericSocket.h
|
||||
../commonfiles/logger.h
|
||||
../commonfiles/sls_receiver_exceptions.h
|
||||
../commonFiles/sls_receiver_defs.h
|
||||
../commonFiles/ansi.h
|
||||
../commonFiles/sls_receiver_funcs.h
|
||||
../commonFiles/MySocketTCP.h
|
||||
../commonFiles/genericSocket.h
|
||||
../commonFiles/logger.h
|
||||
../commonFiles/sls_receiver_exceptions.h
|
||||
../commonFiles/utilities.h
|
||||
)
|
||||
|
||||
|
||||
|
@ -26,7 +26,7 @@ LIBZMQ = -L$(LIBZMQDIR) -Wl,-rpath=$(LIBZMQDIR) -lzmq
|
||||
|
||||
|
||||
|
||||
SRC_CLNT = MySocketTCP.cpp ThreadObject.cpp Listener.cpp DataProcessor.cpp DataStreamer.cpp Fifo.cpp File.cpp BinaryFile.cpp UDPInterface.cpp UDPBaseImplementation.cpp UDPStandardImplementation.cpp slsReceiverTCPIPInterface.cpp slsReceiver.cpp slsReceiverUsers.cpp utilities.cpp
|
||||
SRC_CLNT = MySocketTCP.cpp ThreadObject.cpp Listener.cpp DataProcessor.cpp DataStreamer.cpp Fifo.cpp File.cpp BinaryFile.cpp UDPInterface.cpp UDPBaseImplementation.cpp UDPStandardImplementation.cpp slsReceiverTCPIPInterface.cpp slsReceiver.cpp slsReceiverUsers.cpp $(COMMONDIR)/utilities.cpp
|
||||
DEPSINCLUDES = $(COMMONDIR)/ansi.h $(COMMONDIR)/sls_receiver_defs.h $(COMMONDIR)/sls_receiver_funcs.h $(COMMONDIR)/GeneralData.h $(INCDIR)/circularFifo.h $(COMMONDIR)/genericSocket.h $(COMMONDIR)/logger.h $(INCDIR)/receiver_defs.h $(INCDIR)/UDPInterface.h $(COMMONDIR)/utilities.h $(COMMONDIR)/ZmqSocket.h $(INCDIR)/BinaryFileStatic.h $(INCDIR)/HDF5FileStatic.h $(COMMONDIR)/sls_receiver_exceptions.h
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user