|
libosmscout 0.1
|
Message to pass periodically to the Engine to make sure that state changes based on timeouts are triggered. More...
#include <Engine.h>
Inheritance diagram for osmscout::TimeTickMessage:Public Member Functions | |
| TimeTickMessage (const Timestamp ×tamp) | |
Public Member Functions inherited from osmscout::NavigationMessage | |
| NavigationMessage (const Timestamp ×tamp) | |
| virtual | ~NavigationMessage ()=default |
Additional Inherited Members | |
Public Attributes inherited from osmscout::NavigationMessage | |
| const Timestamp | timestamp |
Message to pass periodically to the Engine to make sure that state changes based on timeouts are triggered.
We recommend to send a TimeTickMessage around every second.
|
explicit |