WRENCH  1.10
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
StandardJobExecutorMessagePayload.h
1 
10 #ifndef WRENCH_MULTINODEMULTICORESTANDARDJOBEXECUTORMESSAGEPAYLOAD_H
11 #define WRENCH_MULTINODEMULTICORESTANDARDJOBEXECUTORMESSAGEPAYLOAD_H
12 
13 
14 #include "wrench/services/ServiceMessagePayload.h"
15 
16 namespace wrench {
17 
18  /***********************/
20  /***********************/
21 
25  class StandardJobExecutorMessagePayload {
26 
27  public:
28 
30  DECLARE_MESSAGEPAYLOAD_NAME(STANDARD_JOB_DONE_MESSAGE_PAYLOAD);
32  DECLARE_MESSAGEPAYLOAD_NAME(STANDARD_JOB_FAILED_MESSAGE_PAYLOAD);
33 
34  };
35 
36  /***********************/
38  /***********************/
39 
40 };
41 
42 
43 #endif //WRENCH_MULTINODEMULTICORESTANDARDJOBEXECUTORMESSAGEPAYLOAD_H
wrench
Definition: Alarm.cpp:20