35 bool operator!=(
const xy &other)
const {
return !(*
this == other); }
45template <
class T> T
StringTo(std::string sv) {
return T(sv); }
47template <
class T> std::string
toString(T sv) {
return T(sv); }
Frame class to represent a single frame of data model class should be able to work with streams comin...
Definition CircularFifo.hpp:11
std::string toString(T sv)
Definition defs.hpp:47
TimingMode
Definition defs.hpp:43
T StringTo(std::string sv)
Definition defs.hpp:45
DetectorType
Definition defs.hpp:41
std::vector< ssize_t > dynamic_shape
Definition defs.hpp:39
std::variant< uint16_t, uint32_t > DataTypeVariants
Definition defs.hpp:54
int module_gap_col
Definition defs.hpp:58
bool operator==(const RawFileConfig &other) const
Definition defs.hpp:60
int module_gap_row
Definition defs.hpp:57
bool operator!=(const xy &other) const
Definition defs.hpp:35
int col
Definition defs.hpp:33
bool operator==(const xy &other) const
Definition defs.hpp:34
int row
Definition defs.hpp:32