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