mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 17:40:40 +02:00
Formatting (#742)
This commit is contained in:
parent
4c6be26846
commit
da4dd0df7e
@ -235,7 +235,7 @@ const slsDetectorDefs::xy Implementation::GetPortGeometry() const {
|
|||||||
|
|
||||||
const slsDetectorDefs::ROI Implementation::GetMaxROIPerPort() const {
|
const slsDetectorDefs::ROI Implementation::GetMaxROIPerPort() const {
|
||||||
return slsDetectorDefs::ROI{0, (int)generalData->nPixelsX - 1, 0,
|
return slsDetectorDefs::ROI{0, (int)generalData->nPixelsX - 1, 0,
|
||||||
(int)generalData->nPixelsY - 1};
|
(int)generalData->nPixelsY - 1};
|
||||||
}
|
}
|
||||||
|
|
||||||
void Implementation::setDetectorSize(const slsDetectorDefs::xy size) {
|
void Implementation::setDetectorSize(const slsDetectorDefs::xy size) {
|
||||||
|
@ -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 {
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <cstdint>
|
|
||||||
|
|
||||||
namespace sls {
|
namespace sls {
|
||||||
|
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
#define APILIB "developer 0x230224"
|
#define APILIB "developer 0x230224"
|
||||||
#define APIRECEIVER "developer 0x230224"
|
#define APIRECEIVER "developer 0x230224"
|
||||||
#define APIEIGER "developer 0x230224"
|
#define APIEIGER "developer 0x230224"
|
||||||
#define APIJUNGFRAU "developer 0x230508"
|
#define APIJUNGFRAU "developer 0x230508"
|
||||||
#define APIMOENCH "developer 0x230508"
|
#define APIMOENCH "developer 0x230508"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user