libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Engine.h File Reference
#include <list>
#include <vector>
#include <osmscout/GeoCoord.h>
#include <osmscout/util/String.h>

Classes

struct  osmscout::InitializeMessage
 Message send once at the beginning to make sure everything initializes correctly and to make it possible that agents can send messages on initialization. More...
 
class  osmscout::NavigationAgent
 
class  osmscout::NavigationEngine
 
struct  osmscout::NavigationMessage
 Base class for all navigation messages. More...
 
struct  osmscout::TimeTickMessage
 Message to pass periodically to the Engine to make sure that state changes based on timeouts are triggered. More...
 

Namespaces

 osmscout
 Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license.
 

Typedefs

using osmscout::NavigationAgentRef = std::shared_ptr< NavigationAgent >
 
using osmscout::NavigationMessageRef = std::shared_ptr< NavigationMessage >