|
ad_rss_map_integration
|
DataType RssVehicleRestrictions. More...
#include <ad/rss/map/RssVehicleRestrictions.hpp>

Public Types | |
| typedef std::shared_ptr< RssVehicleRestrictions > | Ptr |
| Smart pointer on RssVehicleRestrictions. | |
| typedef std::shared_ptr< RssVehicleRestrictions const > | ConstPtr |
| Smart pointer on constant RssVehicleRestrictions. | |
Public Member Functions | |
| RssVehicleRestrictions ()=default | |
| standard constructor | |
| ~RssVehicleRestrictions ()=default | |
| standard destructor | |
| RssVehicleRestrictions (const RssVehicleRestrictions &other)=default | |
| standard copy constructor | |
| RssVehicleRestrictions (RssVehicleRestrictions &&other)=default | |
| standard move constructor | |
| RssVehicleRestrictions & | operator= (const RssVehicleRestrictions &other)=default |
| standard assignment operator More... | |
| RssVehicleRestrictions & | operator= (RssVehicleRestrictions &&other)=default |
| standard move operator More... | |
| bool | operator== (const RssVehicleRestrictions &other) const |
| standard comparison operator More... | |
| bool | operator!= (const RssVehicleRestrictions &other) const |
| standard comparison operator More... | |
Public Attributes | |
| ::ad::rss::map::RouteAccelerations | route_accelerations |
| ::ad::rss::map::RssVehicleAccelerationRestrictions | vehicle_acceleration_restrictions |
DataType RssVehicleRestrictions.
The RSS restrictions transformed back from lane based coordinate frame into vehicle frame.
|
inline |
standard comparison operator
| [in] | other | Other RssVehicleRestrictions. |
true if both RssVehicleRestrictions are different
|
default |
standard assignment operator
| [in] | other | Other RssVehicleRestrictions |
|
default |
standard move operator
| [in] | other | Other RssVehicleRestrictions |
|
inline |
standard comparison operator
| [in] | other | Other RssVehicleRestrictions |
true if both RssVehicleRestrictions are equal | ::ad::rss::map::RouteAccelerations ad::rss::map::RssVehicleRestrictions::route_accelerations |
Accelerations introduced by the route to be considered by the vehicle.
| ::ad::rss::map::RssVehicleAccelerationRestrictions ad::rss::map::RssVehicleRestrictions::vehicle_acceleration_restrictions |
The vehicle acceleration restriction with lateral combined range.