libosmscout 0.1
|
#include <VoiceInstructionAgent.h>
Public Types | |
enum class | VoiceSample { After , AhExitLeft , AhExit , AhExitRight , AhFerry , AhKeepLeft , AhKeepRight , AhLeftTurn , AhRightTurn , AhUTurn , Arrive , BearLeft , BearRight , Depart , GpsFound , GpsLost , Charge , KeepLeft , KeepRight , LnLeft , LnRight , Marble , Meters , MwEnter , MwExitLeft , MwExit , MwExitRight , RbBack , RbCross , RbExit1 , RbExit2 , RbExit3 , RbExit4 , RbExit5 , RbExit6 , RbLeft , RbRight , RoadEnd , RouteCalculated , RouteDeviated , SharpLeft , SharpRight , Straight , TakeFerry , Then , TryUTurn , TurnLeft , TurnRight , UTurn , Yards , Take2ndLeft , Take2ndRight , Take3rdLeft , Take3rdRight , Distance50 , Distance80 , Distance100 , Distance200 , Distance300 , Distance400 , Distance500 , Distance600 , Distance700 , Distance800 } |
Public Member Functions | |
VoiceInstructionMessage (const Timestamp ×tamp, std::vector< VoiceSample > &&message) | |
![]() | |
NavigationMessage (const Timestamp ×tamp) | |
virtual | ~NavigationMessage ()=default |
Public Attributes | |
std::vector< VoiceSample > | message |
![]() | |
const Timestamp | timestamp |
|
strong |
|
inline |
std::vector<VoiceSample> osmscout::VoiceInstructionMessage::message |