mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
merging refactor (replacing)
This commit is contained in:
62
slsDetectorSoftware/doxy.config
Normal file → Executable file
62
slsDetectorSoftware/doxy.config
Normal file → Executable file
@ -80,54 +80,24 @@ LATEX_HIDE_INDICES = YES
|
||||
|
||||
PREDEFINED = __cplusplus
|
||||
|
||||
INPUT = commonFiles/communication_funcs.h \
|
||||
commonFiles/error_defs.h \
|
||||
commonFiles/sls_detector_defs.h \
|
||||
commonFiles/sls_detector_funcs.h \
|
||||
f90Interface/externPostProcessing.h \
|
||||
INPUT = ../slsSupportLib/include/communication_funcs.h \
|
||||
../slsSupportLib/include/error_defs.h \
|
||||
../slsSupportLib/include/sls_detector_defs.h \
|
||||
../slsSupportLib/include/sls_detector_funcs.h \
|
||||
../slsSupportLib/include/ansi.h \
|
||||
../slsSupportLib/include/genericSocket.h \
|
||||
../slsSupportLib/include/logger.h \
|
||||
../slsSupportLib/include/MySocketTCP.h \
|
||||
../slsSupportLib/include/utilities.h \
|
||||
../slsSupportLib/include/ZmqSocket.h \
|
||||
multiSlsDetector/multiSlsDetectorClient.h \
|
||||
multiSlsDetector/multiSlsDetectorCommand.h \
|
||||
multiSlsDetector/multiSlsDetector.h \
|
||||
slsDetector/slsDetectorActions.h \
|
||||
slsDetector/slsDetectorBase.h \
|
||||
slsDetector/slsDetectorCommand.h \
|
||||
slsDetector/slsDetector.h \
|
||||
slsDetector/slsDetectorUsers.h \
|
||||
slsDetector/slsDetectorUtils.h \
|
||||
slsDetectorAnalysis/angCalLogClass.h \
|
||||
slsDetectorAnalysis/angleConversionConstant.h \
|
||||
slsDetectorAnalysis/angularCalibration.h \
|
||||
slsDetectorAnalysis/angularConversion.h \
|
||||
slsDetectorAnalysis/AngularConversion_Standalone.h \
|
||||
slsDetectorAnalysis/angularConversionStatic.h \
|
||||
slsDetectorAnalysis/badChannelCorrections.h \
|
||||
slsDetectorAnalysis/detectorData.h \
|
||||
slsDetectorAnalysis/enCalLogClass.h \
|
||||
slsDetectorAnalysis/energyCalibration.h \
|
||||
slsDetectorAnalysis/energyConversion.h \
|
||||
slsDetectorAnalysis/fileIO.h \
|
||||
slsDetectorAnalysis/FileIO_Standalone.h \
|
||||
slsDetectorAnalysis/fileIOStatic.h \
|
||||
slsDetectorAnalysis/movingStat.h \
|
||||
slsDetectorAnalysis/postProcessingFileIO_Standalone.h \
|
||||
slsDetectorAnalysis/postProcessingFuncs.h \
|
||||
slsDetectorAnalysis/postProcessing.h \
|
||||
slsDetectorAnalysis/postProcessing_Standalone.h \
|
||||
slsDetectorAnalysis/runningStat.h \
|
||||
slsDetectorAnalysis/singlePhotonFilter.h \
|
||||
slsDetectorAnalysis/single_photon_hit.h \
|
||||
slsDetectorAnalysis/TSlsDetectorDict.h \
|
||||
slsDetector/detectorData.h \
|
||||
slsReceiverInterface/receiverInterface.h \
|
||||
threadFiles/CondVar.h \
|
||||
threadFiles/Global.h \
|
||||
threadFiles/Multi.h \
|
||||
threadFiles/Mutex.h \
|
||||
threadFiles/Single.h \
|
||||
threadFiles/Task.h \
|
||||
threadFiles/ThreadPool.h \
|
||||
usersFunctions/angleFunction.h \
|
||||
usersFunctions/usersFunctions.h \
|
||||
../slsReceiverSoftware/include/ansi.h \
|
||||
../slsReceiverSoftware/include/BinaryFile.h \
|
||||
../slsReceiverSoftware/include/BinaryFileStatic.h \
|
||||
../slsReceiverSoftware/include/circularFifo.h \
|
||||
@ -136,24 +106,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