|
|
#include <future>#include <map>#include <memory>#include "../data_structure/ApplicationInstance.h"#include "../data_structure/Scenario.h"#include "../parser/StatusManager.h"#include "ApplicationStarter.h"#include "StopStrategy.h"
Include dependency graph for Executor.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Executor |
| Starts, stops and restarts applications and scenarios. More... | |
Namespaces | |
| namespace | ScenarioManager |
| namespace | ScenarioManager::Exec |
Typedefs | |
| using | ExecutorPtr = std::shared_ptr<Executor> |
| using | StopStrategyPtr = std::shared_ptr<StopStrategy> |