ServiceFailureDetectorMessage.h
1 
11 #ifndef WRENCH_FAILUREDETECTORMESSAGE_H
12 #define WRENCH_FAILUREDETECTORMESSAGE_H
13 
14 
15 #include <wrench/simulation/SimulationMessage.h>
16 #include <wrench-dev.h>
17 
18 namespace wrench {
19 
20 
21  /***********************/
23  /***********************/
24 
29  protected:
31  };
32 
34  public:
36 
37  Service *service;
38  };
39 
40  /***********************/
42  /***********************/
43 
44 };
45 
46 #endif //WRENCH_FAILUREDETECTORMESSAGE_H
ServiceFailureDetectorMessage(std::string name)
Constructor.
Definition: ServiceFailureDetectorMessage.cpp:19
Definition: ServiceFailureDetectorMessage.h:33
A service that can be added to the simulation and that can be used by a WMS when executing a workflow...
Definition: Service.h:26
Top-level class to describe a message communicated by processes in the simulation.
Definition: SimulationMessage.h:27
std::string name
The message name.
Definition: SimulationMessage.h:37
Top-level class for messages received/sent by a FailureDetector.
Definition: ServiceFailureDetectorMessage.h:28
Definition: TerminalOutput.cpp:15