39 Key key{ key1, key2, key3, key4 };
49 Key key{ key1, key2, key3, key4 };
53 return out->second.first;
59 Key key{ key1, key2, key3, key4 };
63 return out->second.second;
69 os <<
"FORMULA: "<< data.
formula_ <<
"\nDB SAMPIC CHANNEL CELL PARAMETERS TIME_OFFSET\n";
71 os << kv.first <<
" [";
72 for (
size_t i = 0;
i < kv.second.size(); ++
i )
73 os << (
i > 0 ?
", " :
"" ) << kv.second.at(
i );
75 os <<
"] " <<
time.first <<
" " <<
time.second <<
"\n";
bool operator<(const Key &rhs) const
Comparison operator.
friend std::ostream & operator<<(std::ostream &os, const Key &key)
ParametersMap parameters_
double timeOffset(int key1, int key2, int key3, int key4=-1) const
std::vector< double > parameters(int key1, int key2, int key3, int key4) const
Helper structure for indexing calibration data.
char data[epos_bytes_allocation]
double timePrecision(int key1, int key2, int key3, int key4=-1) const