Files
aare/include/aare/RemapFormat.hpp
T
2026-03-09 15:15:37 +01:00

12 lines
496 B
C++

#pragma once
#include "aare/RemapDefs.hpp"
namespace aare::remap::format {
static inline std::string toString(defs::Rotation);
static inline std::string toString(defs::SensorPixelGeometry const &g);
static inline std::string toString(defs::SensorStrixelGeometry const &g);
static inline std::string toString(defs::SensorGroupConfig const &c);
inline std::ostream &operator<<(std::ostream &os,
defs::SensorGroupConfig const &c);
} // namespace aare::remap::format