mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
Moving headers into include/sls (#212)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
|
||||
find_package(TIFF REQUIRED)
|
||||
|
||||
#Moench ZMQ
|
||||
add_executable(moenchZmqProcess moenchZmqProcess.cpp ../tiffIO.cpp)
|
||||
|
@ -1,4 +1,4 @@
|
||||
//#include "ansi.h"
|
||||
//#include "sls/ansi.h"
|
||||
#include <iostream>
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#include "ansi.h"
|
||||
#include "sls/ansi.h"
|
||||
#include <iostream>
|
||||
|
||||
//#include "moench03T1ZmqData.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#include "ansi.h"
|
||||
#include "sls/ansi.h"
|
||||
#include <iostream>
|
||||
|
||||
#include "single_photon_hit.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
//#include "ansi.h"
|
||||
//#include "sls/ansi.h"
|
||||
#include <iostream>
|
||||
#define CORR
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
|
||||
#define CM_ROWS 20
|
||||
|
||||
#include "sls_detector_defs.h"
|
||||
#include "ZmqSocket.h"
|
||||
#include "sls/sls_detector_defs.h"
|
||||
#include "sls/ZmqSocket.h"
|
||||
#ifndef RECT
|
||||
#ifndef MOENCH04
|
||||
#include "moench03T1ZmqDataNew.h"
|
||||
@ -39,7 +39,7 @@
|
||||
//#include "multiThreadedCountingDetector.h"
|
||||
#include "multiThreadedInterpolatingDetector.h"
|
||||
#include "etaInterpolationPosXY.h"
|
||||
#include "ansi.h"
|
||||
#include "sls/ansi.h"
|
||||
#include <iostream>
|
||||
|
||||
#include <chrono>
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <pthread.h>
|
||||
|
||||
#include "analogDetector.h"
|
||||
#include "CircularFifo.h"
|
||||
#include "sls/CircularFifo.h"
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user