WRENCH
1.10
Cyberinfrastructure Simulation Workbench
Overview
Installation
Getting Started
WRENCH 101
WRENCH 102
APIs Reference
User
Developer
Internal
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
include
wrench
services
compute
standard_job_executor
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::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