|
|
#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. Can also be used to request the status of an application. The proper system-specific stopstrategy and starter have to be set in the constructor. More... | |
Namespaces | |
| ScenarioManager | |
| ScenarioManager::Exec | |
Typedefs | |
| using | ExecutorPtr = std::shared_ptr< Executor > |
| using | StopStrategyPtr = std::shared_ptr< StopStrategy > |