23 #ifndef CanModuleUTILS_H_ 24 #define CanModuleUTILS_H_ 44 std::ostringstream oss;
52 std::ostringstream oss;
59 oss << (
unsigned long)
t << std::dec;
66 std::istringstream iss(s);
69 throw std::runtime_error(
"Given string '" + s +
"' not convertible from hex to uint");
77 double CanModulesubtractTimeval(
const std::chrono::system_clock::time_point &t1,
const std::chrono::system_clock::time_point &t2);