mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-12 20:05:36 +02:00
Matterhorn in tostring
This commit is contained in:
@@ -221,6 +221,8 @@ std::string ToString(const defs::detectorType s) {
|
||||
return std::string("Gotthard2");
|
||||
case defs::XILINX_CHIPTESTBOARD:
|
||||
return std::string("Xilinx_ChipTestBoard");
|
||||
case defs::MATTERHORN:
|
||||
return std::string("Matterhorn");
|
||||
default:
|
||||
return std::string("Unknown");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user