| 
    libosmscout 0.1
    
   | 
 
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 | |
| namespace | 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 > |