ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
adore::env::IndicatorHint Struct Reference

#include <indicator_hint.h>

Collaboration diagram for adore::env::IndicatorHint:
Collaboration graph

Public Member Functions

 IndicatorHint ()
 

Static Public Member Functions

constexpr static adore::env::IndicatorSide indicatorSideFromString (std::string_view key)
 
constexpr static std::string_view stringFromIndicatorSide (adore::env::IndicatorSide side)
 

Public Attributes

IndicatorSide value
 
double startX
 
double startY
 
double stopX
 
double stopY
 
TIndicatorHintID id
 

Constructor & Destructor Documentation

◆ IndicatorHint()

adore::env::IndicatorHint::IndicatorHint ( )
inline

Member Function Documentation

◆ indicatorSideFromString()

constexpr static adore::env::IndicatorSide adore::env::IndicatorHint::indicatorSideFromString ( std::string_view  key)
inlinestaticconstexpr
Here is the caller graph for this function:

◆ stringFromIndicatorSide()

constexpr static std::string_view adore::env::IndicatorHint::stringFromIndicatorSide ( adore::env::IndicatorSide  side)
inlinestaticconstexpr
Here is the caller graph for this function:

Member Data Documentation

◆ id

TIndicatorHintID adore::env::IndicatorHint::id

◆ startX

double adore::env::IndicatorHint::startX

◆ startY

double adore::env::IndicatorHint::startY

◆ stopX

double adore::env::IndicatorHint::stopX

◆ stopY

double adore::env::IndicatorHint::stopY

◆ value

IndicatorSide adore::env::IndicatorHint::value

The documentation for this struct was generated from the following file: