WRENCH
1.11
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
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
c
d
e
f
k
n
p
r
s
t
u
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
include
wrench
services
helper_services
host_state_change_detector
HostStateChangeDetectorProperty.h
1
10
#ifndef WRENCH_HOSTSTATECHANGEDETECTORPROPERTY_H
11
#define WRENCH_HOSTSTATECHANGEDETECTORPROPERTY_H
12
13
#include "wrench/services/ServiceProperty.h"
14
15
namespace
wrench
{
16
17
/***********************/
19
/***********************/
20
25
class
HostStateChangeDetectorProperty
:
public
ServiceProperty
{
26
public
:
27
29
DECLARE_PROPERTY_NAME(
MONITORING_PERIOD
);
30
31
};
32
33
/***********************/
35
/***********************/
36
}
37
38
39
#endif //WRENCH_HOSTSTATECHANGEDETECTORPROPERTY_H
wrench::ServiceProperty
Configurable properties for a Service.
Definition:
ServiceProperty.h:25
wrench::HostStateChangeDetectorProperty::MONITORING_PERIOD
static const std::string MONITORING_PERIOD
The monitoring period in seconds (default: 1.0)
Definition:
HostStateChangeDetectorProperty.h:29
wrench
Definition:
Action.cpp:28
wrench::HostStateChangeDetectorProperty
Configurable properties for a HostStateChangeDetector.
Definition:
HostStateChangeDetectorProperty.h:25