DataType RssObjectData.
More...
#include <ad/rss/map/RssObjectData.hpp>
DataType RssObjectData.
struct describing the object data relevant for RSS constellation creation
◆ operator!=()
bool ad::rss::map::RssObjectData::operator!= |
( |
const RssObjectData & |
other | ) |
const |
|
inline |
standard comparison operator
- Parameters
-
- Returns
true
if both RssObjectData are different
◆ operator=() [1/2]
standard assignment operator
- Parameters
-
- Returns
- Reference to this RssObjectData.
◆ operator=() [2/2]
standard move operator
- Parameters
-
- Returns
- Reference to this RssObjectData.
◆ operator==()
bool ad::rss::map::RssObjectData::operator== |
( |
const RssObjectData & |
other | ) |
const |
|
inline |
standard comparison operator
- Parameters
-
- Returns
true
if both RssObjectData are equal
◆ id
::ad::rss::world::ObjectId ad::rss::map::RssObjectData::id {0} |
◆ last_update
std::chrono::system_clock::time_point ad::rss::map::RssObjectData::last_update |
The point in time of the last update of this.
◆ match_object
::ad::map::match::Object ad::rss::map::RssObjectData::match_object |
the object's position described by its map matched bounding box and position
◆ rss_dynamics
::ad::rss::world::RssDynamics ad::rss::map::RssObjectData::rss_dynamics |
the object's RssDynamics to be applied
◆ speed_range
::ad::physics::SpeedRange ad::rss::map::RssObjectData::speed_range |
the object's speed provided as a range with min, max to support use-cases like e.g. artifical objects with unknow speed
◆ steering_angle
::ad::physics::Angle ad::rss::map::RssObjectData::steering_angle |
the vehicle's steering angle (only relevant for vehicles)
◆ type
::ad::rss::world::ObjectType ad::rss::map::RssObjectData::type {::ad::rss::world::ObjectType::Invalid} |
◆ yaw_rate
::ad::physics::AngularVelocity ad::rss::map::RssObjectData::yaw_rate |
The documentation for this struct was generated from the following file: