11 #ifndef WRENCH_ACTIONEXECUTORMESSAGE_H
12 #define WRENCH_ACTIONEXECUTORMESSAGE_H
15 #include "wrench/simulation/SimulationMessage.h"
16 #include "wrench-dev.h"
50 #endif //WRENCH_ACTIONEXECUTORMESSAGE_H
A message sent by an ActionExecutor when it's successfully completed an action.
Definition: ActionExecutorMessage.h:37
Top-level class to describe a message communicated by processes in the simulation.
Definition: SimulationMessage.h:28
Top-level class for messages received/sent by an ActionExecutor.
Definition: ActionExecutorMessage.h:29
Definition: Action.cpp:28
ActionExecutorDoneMessage(std::shared_ptr< ActionExecutor > action_executor)
Constructor.
Definition: ActionExecutorMessage.cpp:30
ActionExecutorMessage()
Constructor.
Definition: ActionExecutorMessage.cpp:21
std::shared_ptr< ActionExecutor > action_executor
The Action Executor.
Definition: ActionExecutorMessage.h:41