mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-08 11:08:44 +01:00
clang-format
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include "sls_detector_defs.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
struct SingleDetectorConfig {
|
||||
slsDetectorDefs::detectorType type_enum = slsDetectorDefs::detectorType::EIGER;
|
||||
slsDetectorDefs::detectorType type_enum =
|
||||
slsDetectorDefs::detectorType::EIGER;
|
||||
const std::string hostname = "beb031+beb032+";
|
||||
const std::string type_string = "Eiger";
|
||||
const std::string my_ip = "129.129.205.171";
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user