#include "Connection.h"
#include "WorldModel.h"
#include "Logger.h"
#include <queue>
Include dependency graph for ActionScheduler.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | scheduled_action |
Used for callback parameter storage. More... | |
class | ActionScheduler |
This component is responsible for execution of registered actions in specific time. More... | |
Variables | |
Logger | Log |
Logger instantation that can be used by all classes
Definition at line 61 of file Logger.cpp.