25 #include "ad/physics/Acceleration.hpp"
50 typedef std::shared_ptr<RssEgoVehicleDynamicsOnRoute>
Ptr;
55 typedef std::shared_ptr<RssEgoVehicleDynamicsOnRoute const>
ConstPtr;
154 #ifndef GEN_GUARD_AD_RSS_MAP_RSSEGOVEHICLEDYNAMICSONROUTE
155 #define GEN_GUARD_AD_RSS_MAP_RSSEGOVEHICLEDYNAMICSONROUTE
180 os <<
"RssEgoVehicleDynamicsOnRoute(";
181 os <<
"last_update:";
184 os <<
"route_accel_lon:";
187 os <<
"route_accel_lat:";
190 os <<
"avg_route_accel_lon:";
193 os <<
"avg_route_accel_lat:";
209 stringstream sstream;
211 return sstream.str();
220 template <
typename FormatContext>
223 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