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 | accelMax {0.0} |
::ad::physics::Acceleration | brakeMin {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::accelMax {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::brakeMin {0.0} |
Absolute amount of the minimum allowed breaking deceleration. This value has always to be positive.