24 #include "ad/map/route/FullRoute.hpp"
25 #include "ad/physics/Distance.hpp"
26 #include "ad/physics/Probability.hpp"
53 typedef std::shared_ptr<RssRoute>
Ptr;
58 typedef std::shared_ptr<RssRoute const>
ConstPtr;
168 #ifndef GEN_GUARD_AD_RSS_MAP_RSSROUTE
169 #define GEN_GUARD_AD_RSS_MAP_RSSROUTE
204 os <<
"vehicle_dynamics_on_route:";
207 os <<
"parent_route_id:";
210 os <<
"progress_on_route:";
213 os <<
"object_data_on_route:";
229 stringstream sstream;
231 return sstream.str();
242 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