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 
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::StandardJobExecutorMessagePayload::STANDARD_JOB_DONE_MESSAGE_PAYLOAD
static const std::string STANDARD_JOB_DONE_MESSAGE_PAYLOAD
The number of bytes in the control message sent by the executor to state that it has completed a job.
Definition: StandardJobExecutorMessagePayload.h:30
wrench::StandardJobExecutorMessagePayload::STANDARD_JOB_FAILED_MESSAGE_PAYLOAD
static const std::string STANDARD_JOB_FAILED_MESSAGE_PAYLOAD
The number of bytes in the control message sent by the executor to state that a job has failed.
Definition: StandardJobExecutorMessagePayload.h:32
wrench::StandardJobExecutorMessagePayload
Configurable message payloads for a StandardJobExecutor.
Definition: StandardJobExecutorMessagePayload.h:25
wrench
Definition: Alarm.cpp:20