10 #ifndef WRENCH_EXECUTIONCONTROLLERMESSAGE_H
11 #define WRENCH_EXECUTIONCONTROLLERMESSAGE_H
13 #include "wrench/simulation/SimulationMessage.h"
24 class ExecutionControllerMessage :
public SimulationMessage {
26 ExecutionControllerMessage(
double payload);
33 class ExecutionControllerAlarmTimerMessage :
public ExecutionControllerMessage {
35 explicit ExecutionControllerAlarmTimerMessage(std::string message,
double payload);
46 #endif //WRENCH_EXECUTIONCONTROLLERMESSAGE_H