libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::RouteDescription::SuggestedLaneDescription Class Reference

#include <RouteDescription.h>

+ Inheritance diagram for osmscout::RouteDescription::SuggestedLaneDescription:

Public Member Functions

std::string GetDebugString () const override
 
uint8_t GetFrom () const
 
uint8_t GetTo () const
 
LaneTurn GetTurn () const
 
 SuggestedLaneDescription (uint8_t from, uint8_t to, LaneTurn turn)
 
- Public Member Functions inherited from osmscout::RouteDescription::Description
virtual ~Description ()=default
 

Detailed Description

A suggested route lanes. It specifies range of lanes <from, to> that driver should use. Lanes are counted from left (just route direction, not opposite direction), left-most lane has index 0, both indexes are inclusive.

Constructor & Destructor Documentation

◆ SuggestedLaneDescription()

osmscout::RouteDescription::SuggestedLaneDescription::SuggestedLaneDescription ( uint8_t  from,
uint8_t  to,
LaneTurn  turn 
)

Member Function Documentation

◆ GetDebugString()

std::string osmscout::RouteDescription::SuggestedLaneDescription::GetDebugString ( ) const
overridevirtual

◆ GetFrom()

uint8_t osmscout::RouteDescription::SuggestedLaneDescription::GetFrom ( ) const
inline

◆ GetTo()

uint8_t osmscout::RouteDescription::SuggestedLaneDescription::GetTo ( ) const
inline

◆ GetTurn()

LaneTurn osmscout::RouteDescription::SuggestedLaneDescription::GetTurn ( ) const
inline

The documentation for this class was generated from the following files: