A message sent by the HostStateChangeDetector to notify some listener that a host has changed speed. More...
#include <HostStateChangeDetectorMessage.h>
Public Member Functions | |
HostHasChangedSpeedMessage (std::string hostname, double speed) | |
Constructor. More... | |
Public Attributes | |
std::string | hostname |
The name of the host that has tuned off. | |
double | speed |
The host's (new) speed. | |
Additional Inherited Members |
Detailed Description
A message sent by the HostStateChangeDetector to notify some listener that a host has changed speed.
Constructor & Destructor Documentation
◆ HostHasChangedSpeedMessage()
|
explicit |
Constructor.
- Parameters
-
hostname the name of the host that has changed speed speed the host's new speed
The documentation for this class was generated from the following files:
- HostStateChangeDetectorMessage.h
- HostStateChangeDetectorMessage.cpp