10 #ifndef WRENCH_EXECUTIONCONTROLLERMESSAGE_H
11 #define WRENCH_EXECUTIONCONTROLLERMESSAGE_H
13 #include "wrench/simulation/SimulationMessage.h"
46 #endif //WRENCH_EXECUTIONCONTROLLERMESSAGE_H
ExecutionControllerMessage(double payload)
Constructor.
Definition: ExecutionControllerMessage.cpp:21
Top-level class to describe a message communicated by processes in the simulation.
Definition: SimulationMessage.h:28
Definition: Action.cpp:28
double payload
The message name.
Definition: SimulationMessage.h:40
Message sent when a timer set by a ExecutionController goes off.
Definition: ExecutionControllerMessage.h:33
std::string message
The message sent my the timer.
Definition: ExecutionControllerMessage.h:37
Top-level class for messages received/sent by a ExecutionController.
Definition: ExecutionControllerMessage.h:24
ExecutionControllerAlarmTimerMessage(std::string message, double payload)
Constructor.
Definition: ExecutionControllerMessage.cpp:31