|
ad_rss
|
DataType LateralRssAccelerationValues. More...
#include <ad/rss/world/LateralRssAccelerationValues.hpp>
Public Types | |
| typedef std::shared_ptr< LateralRssAccelerationValues > | Ptr |
| Smart pointer on LateralRssAccelerationValues. | |
| typedef std::shared_ptr< LateralRssAccelerationValues const > | ConstPtr |
| Smart pointer on constant LateralRssAccelerationValues. | |
Public Member Functions | |
| LateralRssAccelerationValues ()=default | |
| standard constructor | |
| ~LateralRssAccelerationValues ()=default | |
| standard destructor | |
| LateralRssAccelerationValues (const LateralRssAccelerationValues &other)=default | |
| standard copy constructor | |
| LateralRssAccelerationValues (LateralRssAccelerationValues &&other)=default | |
| standard move constructor | |
| LateralRssAccelerationValues & | operator= (const LateralRssAccelerationValues &other)=default |
| standard assignment operator More... | |
| LateralRssAccelerationValues & | operator= (LateralRssAccelerationValues &&other)=default |
| standard move operator More... | |
| bool | operator== (const LateralRssAccelerationValues &other) const |
| standard comparison operator More... | |
| bool | operator!= (const LateralRssAccelerationValues &other) const |
| standard comparison operator More... | |
Public Attributes | |
| ::ad::physics::Acceleration | accel_max {0.0} |
| ::ad::physics::Acceleration | brake_min {0.0} |
DataType LateralRssAccelerationValues.
Collection of the RSS acceleration values in lateral direction.
|
inline |
standard comparison operator
| [in] | other | Other LateralRssAccelerationValues. |
true if both LateralRssAccelerationValues are different
|
default |
standard assignment operator
| [in] | other | Other LateralRssAccelerationValues |
|
default |
standard move operator
| [in] | other | Other LateralRssAccelerationValues |
|
inline |
standard comparison operator
| [in] | other | Other LateralRssAccelerationValues |
true if both LateralRssAccelerationValues are equal | ::ad::physics::Acceleration ad::rss::world::LateralRssAccelerationValues::accel_max {0.0} |
Absolute amount of the maximum allowed acceleration. This value has always to be positive, zero is allowed.
| ::ad::physics::Acceleration ad::rss::world::LateralRssAccelerationValues::brake_min {0.0} |
Absolute amount of the minimum allowed braking deceleration. This value has always to be positive.