mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 05:47:14 +02:00
formatting
This commit is contained in:
@ -12,8 +12,8 @@
|
|||||||
#include "sls/container_utils.h"
|
#include "sls/container_utils.h"
|
||||||
#include "sls/sls_detector_exceptions.h"
|
#include "sls/sls_detector_exceptions.h"
|
||||||
|
|
||||||
#include <map>
|
|
||||||
#include <array>
|
#include <array>
|
||||||
|
#include <map>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
// Selective suppression of warning in gcc,
|
// Selective suppression of warning in gcc,
|
||||||
@ -85,7 +85,7 @@ struct zmqHeader {
|
|||||||
/** additional json header */
|
/** additional json header */
|
||||||
std::map<std::string, std::string> addJsonHeader;
|
std::map<std::string, std::string> addJsonHeader;
|
||||||
/** (xmin, xmax, ymin, ymax) roi only in files written */
|
/** (xmin, xmax, ymin, ymax) roi only in files written */
|
||||||
std::array<int,4> rx_roi{};
|
std::array<int, 4> rx_roi{};
|
||||||
};
|
};
|
||||||
|
|
||||||
class ZmqSocket {
|
class ZmqSocket {
|
||||||
|
Reference in New Issue
Block a user