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 
22  public:
23 
25  DECLARE_PROPERTY_NAME(MONITORING_PERIOD);
26 
27  };
28 }
29 
30 
31 #endif //WRENCH_HOSTSTATECHANGEDETECTORPROPERTY_H
static const std::string MONITORING_PERIOD
The monitoring period in seconds (default: 1.0)
Definition: HostStateChangeDetectorProperty.h:25
Configurable properties for a Service.
Definition: ServiceProperty.h:25
Configurable properties for a HostStateChangeDetector.
Definition: HostStateChangeDetectorProperty.h:21
Definition: Alarm.cpp:19