36 : v2x_latency(v2x_latency)
47 return v2x_latency == other.v2x_latency && proper_response == other.proper_response
48 && result_analysis == other.result_analysis && rss_route == other.rss_route;
51 ad::physics::Duration v2x_latency;
52 ad::rss::state::ProperResponse proper_response;
57 using RssCheckResults = std::vector<RssCheckResult>;
70 os <<
"RssCheckResult(";
72 os << _value.v2x_latency;
74 os <<
"proper_response:";
75 os << _value.proper_response;
77 os <<
"result_analysis:";
78 os << _value.result_analysis;
81 os << _value.rss_route;
97 sstream << vehicle_result.v2x_latency << vehicle_result.proper_response << vehicle_result.result_analysis
98 << vehicle_result.rss_route;
111 return formatter<string_view>::format(std::to_string(value), ctx);
std::string to_string(::ad::rss::map::RouteAccelerations const &value)
overload of the std::to_string for RouteAccelerations
Definition: RouteAccelerations.hpp:229
namespace ad
Definition: RouteAccelerations.hpp:33