WRENCH
1.10
Cyberinfrastructure Simulation Workbench
Overview
Installation
Getting Started
WRENCH 101
WRENCH 102
APIs Reference
User
Developer
Internal
include
wrench
services
compute
batch
BatchComputeServiceMessagePayload.h
1
10
#ifndef WRENCH_BATCHSERVICEMESSAGEPAYLOAD_H
11
#define WRENCH_BATCHSERVICEMESSAGEPAYLOAD_H
12
13
#include "wrench/services/compute/ComputeServiceMessagePayload.h"
14
15
namespace
wrench
{
16
17
21
class
BatchComputeServiceMessagePayload
:
public
ComputeServiceMessagePayload
{
22
23
public
:
24
25
26
};
27
}
28
29
30
#endif //WRENCH_BATCHSERVICEMESSAGEPAYLOAD_H
wrench
Definition:
Alarm.cpp:20
wrench::BatchComputeServiceMessagePayload
Configurable message payloads for a batch.
Definition:
BatchComputeServiceMessagePayload.h:21
wrench::ComputeServiceMessagePayload
Configurable message payloads for a ComputeService.
Definition:
ComputeServiceMessagePayload.h:21