Moving headers into include/sls (#212)

This commit is contained in:
Erik Fröjdh
2020-11-02 16:05:28 +01:00
committed by GitHub
parent a57bbc084c
commit a15d8dd30a
199 changed files with 417 additions and 413 deletions

View File

@@ -25,8 +25,8 @@
#include "ctbAcquisition.h"
#include "ctbDefs.h"
#include "Detector.h"
#include "sls_detector_defs.h"
#include "sls/Detector.h"
#include "sls/sls_detector_defs.h"
#include "ctbMain.h"
#include "moench03CtbData.h"
//#include "moench03TCtbData.h"
@@ -43,7 +43,7 @@
#include "moench04CtbZmqData.h"
#include "moench04CtbZmq10GbData.h"
#include "deserializer.h"
#include "detectorData.h"
#include "sls/detectorData.h"
#include "imageZmq16bit.h"
#include "imageZmq32bit.h"

View File

@@ -25,7 +25,7 @@
#include "ctbAdcs.h"
#include "ctbDefs.h"
#include "Detector.h"
#include "sls/Detector.h"
using namespace std;

View File

@@ -10,8 +10,8 @@
#include "ctbDacs.h"
#include "ctbDefs.h"
#include "Detector.h"
#include "sls_detector_defs.h"
#include "sls/Detector.h"
#include "sls/sls_detector_defs.h"
using namespace std;

View File

@@ -4,8 +4,8 @@
#include <stdexcept>
#include <chrono>
//#include "sls_detector_exceptions.h"
//#include "ansi.h"
//#include "sls/sls_detector_exceptions.h"
//#include "sls/ansi.h"
#define RED "\x1b[31m"
#define RESET "\x1b[0m"
#define BOLD "\x1b[1m"

View File

@@ -9,8 +9,8 @@
#include <fstream>
#include <string>
#include "Detector.h"
#include "sls_detector_defs.h"
#include "sls/Detector.h"
#include "sls/sls_detector_defs.h"
//#include "sls_receiver_defs.h"
#include "ctbMain.h"
#include "ctbDefs.h"

View File

@@ -34,7 +34,7 @@
#include <fstream>
#include <string>
#include "Detector.h"
#include "sls/Detector.h"
#include "ctbDefs.h"
#include "ctbMain.h"
#include "ctbDacs.h"

View File

@@ -25,7 +25,7 @@
#include "ctbPattern.h"
#include "ctbDefs.h"
#include "Detector.h"
#include "sls/Detector.h"
#include <chrono>
using namespace std;

View File

@@ -13,8 +13,8 @@
#include "ctbDefs.h"
#include "ctbDacs.h"
#include "ctbPowers.h"
#include "Detector.h"
#include "sls_detector_defs.h"
#include "sls/Detector.h"
#include "sls/sls_detector_defs.h"
using namespace std;

View File

@@ -35,7 +35,7 @@
#include "ctbSignals.h"
#include "ctbDefs.h"
#include "Detector.h"
#include "sls/Detector.h"
using namespace std;

View File

@@ -10,8 +10,8 @@
#include "ctbSlowAdcs.h"
#include "ctbDefs.h"
#include "Detector.h"
#include "sls_detector_defs.h"
#include "sls/Detector.h"
#include "sls/sls_detector_defs.h"
using namespace std;