|
ad_rss
|
DataType LongitudinalRssState. More...
#include <ad/rss/state/LongitudinalRssState.hpp>

Public Types | |
| typedef std::shared_ptr< LongitudinalRssState > | Ptr |
| Smart pointer on LongitudinalRssState. | |
| typedef std::shared_ptr< LongitudinalRssState const > | ConstPtr |
| Smart pointer on constant LongitudinalRssState. | |
Public Member Functions | |
| LongitudinalRssState ()=default | |
| standard constructor | |
| ~LongitudinalRssState ()=default | |
| standard destructor | |
| LongitudinalRssState (const LongitudinalRssState &other)=default | |
| standard copy constructor | |
| LongitudinalRssState (LongitudinalRssState &&other)=default | |
| standard move constructor | |
| LongitudinalRssState & | operator= (const LongitudinalRssState &other)=default |
| standard assignment operator More... | |
| LongitudinalRssState & | operator= (LongitudinalRssState &&other)=default |
| standard move operator More... | |
| bool | operator== (const LongitudinalRssState &other) const |
| standard comparison operator More... | |
| bool | operator!= (const LongitudinalRssState &other) const |
| standard comparison operator More... | |
DataType LongitudinalRssState.
Struct to store the longitudinal RSS state.
|
inline |
standard comparison operator
| [in] | other | Other LongitudinalRssState. |
true if both LongitudinalRssState are different
|
default |
standard assignment operator
| [in] | other | Other LongitudinalRssState |
|
default |
standard move operator
| [in] | other | Other LongitudinalRssState |
|
inline |
standard comparison operator
| [in] | other | Other LongitudinalRssState |
true if both LongitudinalRssState are equal | ::ad::rss::world::LongitudinalRssAccelerationValues ad::rss::state::LongitudinalRssState::alpha_lon |
RSS dynamics values along longitudinal coordinate system axis.
| bool ad::rss::state::LongitudinalRssState::is_safe {false} |
Flag to indicate if the state is longitudinal safe.
| ::ad::rss::state::LongitudinalResponse ad::rss::state::LongitudinalRssState::response {::ad::rss::state::LongitudinalResponse::BrakeMin} |
required response in longitudinal direction
| ::ad::rss::state::RssStateInformation ad::rss::state::LongitudinalRssState::rss_state_information |
Information on the evaluation of the Rss state.