WRENCH
1.10
Cyberinfrastructure Simulation Workbench
Overview
Installation
Getting Started
WRENCH 101
WRENCH 102
APIs Reference
User
Developer
Internal
include
wrench
services
helpers
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:
Alarm.cpp:20
wrench::HostStateChangeDetectorProperty
Configurable properties for a HostStateChangeDetector.
Definition:
HostStateChangeDetectorProperty.h:25