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
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
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
w
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Pages
include
wrench
services
storage
StorageServiceProperty.h
1
11
#ifndef WRENCH_STORAGESERVICEPROPERTY_H
12
#define WRENCH_STORAGESERVICEPROPERTY_H
13
14
#include "wrench/services/ServiceProperty.h"
15
16
17
namespace
wrench
{
18
22
class
StorageServiceProperty
:
public
ServiceProperty
{
23
24
public
:
25
32
DECLARE_PROPERTY_NAME(
BUFFER_SIZE
);
33
};
34
35
};
36
37
38
#endif //WRENCH_STORAGESERVICEPROPERTY_H
wrench::StorageServiceProperty::BUFFER_SIZE
static const std::string BUFFER_SIZE
Buffer size used when copying/communicating data:
Definition:
StorageServiceProperty.h:32
wrench::StorageServiceProperty
Configurable properties for a StorageService.
Definition:
StorageServiceProperty.h:22
wrench::ServiceProperty
Configurable properties for a Service.
Definition:
ServiceProperty.h:25
wrench
Definition:
Alarm.cpp:20