mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
moved all the common header files from receiverSoftware to commonFiles
This commit is contained in:
@ -80,10 +80,18 @@ LATEX_HIDE_INDICES = YES
|
||||
|
||||
PREDEFINED = __cplusplus
|
||||
|
||||
INPUT = ../commonfiles/communication_funcs.h \
|
||||
INPUT = ../commonfiles/communication_funcs.h \
|
||||
../commonfiles/error_defs.h \
|
||||
../commonfiles/sls_detector_defs.h \
|
||||
../commonfiles/sls_detector_defs.h \
|
||||
../commonfiles/sls_detector_funcs.h \
|
||||
../commonfiles/ansi.h \
|
||||
../commonfiles/include/genericSocket.h \
|
||||
../commonfiles/include/logger.h \
|
||||
../commonfiles/include/MySocketTCP.h \
|
||||
../commonfiles/include/sls_receiver_defs.h \
|
||||
../commonfiles/include/sls_receiver_funcs.h \
|
||||
../commonfiles/include/utilities.h \
|
||||
../commonfiles/include/ZmqSocket.h \
|
||||
multiSlsDetector/multiSlsDetectorClient.h \
|
||||
multiSlsDetector/multiSlsDetectorCommand.h \
|
||||
multiSlsDetector/multiSlsDetector.h \
|
||||
@ -102,7 +110,6 @@ INPUT = ../commonfiles/communication_funcs.h \
|
||||
threadFiles/Single.h \
|
||||
threadFiles/Task.h \
|
||||
threadFiles/ThreadPool.h \
|
||||
../slsReceiverSoftware/include/ansi.h \
|
||||
../slsReceiverSoftware/include/BinaryFile.h \
|
||||
../slsReceiverSoftware/include/BinaryFileStatic.h \
|
||||
../slsReceiverSoftware/include/circularFifo.h \
|
||||
@ -111,24 +118,18 @@ INPUT = ../commonfiles/communication_funcs.h \
|
||||
../slsReceiverSoftware/include/Fifo.h \
|
||||
../slsReceiverSoftware/include/File.h \
|
||||
../slsReceiverSoftware/include/GeneralData.h \
|
||||
../slsReceiverSoftware/include/genericSocket.h \
|
||||
../slsReceiverSoftware/include/HDF5File.h \
|
||||
../slsReceiverSoftware/include/HDF5FileStatic.h \
|
||||
../slsReceiverSoftware/include/Listener.h \
|
||||
../slsReceiverSoftware/include/logger.h \
|
||||
../slsReceiverSoftware/include/MySocketTCP.h \
|
||||
../slsReceiverSoftware/include/receiver_defs.h \
|
||||
../slsReceiverSoftware/include/sls_receiver_defs.h \
|
||||
../slsReceiverSoftware/include/sls_receiver_funcs.h \
|
||||
../slsReceiverSoftware/include/slsReceiver.h \
|
||||
../slsReceiverSoftware/include/slsReceiverTCPIPInterface.h \
|
||||
../slsReceiverSoftware/include/slsReceiverUsers.h \
|
||||
../slsReceiverSoftware/include/ThreadObject.h \
|
||||
../slsReceiverSoftware/include/UDPBaseImplementation.h \
|
||||
../slsReceiverSoftware/include/UDPInterface.h \
|
||||
../slsReceiverSoftware/include/UDPStandardImplementation.h \
|
||||
../slsReceiverSoftware/include/utilities.h \
|
||||
../slsReceiverSoftware/include/ZmqSocket.h
|
||||
../slsReceiverSoftware/include/UDPStandardImplementation.h
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user