12 #ifndef WRENCH_SIM4U_DAEMONACTOR_H
13 #define WRENCH_SIM4U_DAEMONACTOR_H
16 #include "wrench/logging/TerminalOutput.h"
20 #include "wrench-dev.h"
21 #include "wrench/simgrid_S4U_util/S4U_Mailbox.h"
69 #endif //WRENCH_SIM4U_DAEMONWITHMAILBOXACTOR_H
Definition: Action.cpp:28
S4U_DaemonActor(S4U_Daemon *d)
Constructor.
Definition: S4U_DaemonActor.h:44
A generic "running daemon" abstraction that serves as a basis for all simulated processes.
Definition: S4U_Daemon.h:32
void operator()()
The S4U way of defining the actor's "main" method.
Definition: S4U_DaemonActor.h:51
The S4U actor that's the foundation for the S4U_Daemon abstraction.
Definition: S4U_DaemonActor.h:36
void runMainMethod()
Method that run's the user-defined main method (that's called by the S4U actor class)
Definition: S4U_Daemon.cpp:239