WRENCH  1.11
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
Public Member Functions | Public Attributes | List of all members
wrench::HostHasTurnedOnMessage Class Reference

A message sent by the HostStateChangeDetector to notify some listener that a host has turned on. More...

#include <HostStateChangeDetectorMessage.h>

Inheritance diagram for wrench::HostHasTurnedOnMessage:
wrench::HostStateChangeDetectorMessage wrench::SimulationMessage

Public Member Functions

 HostHasTurnedOnMessage (std::string hostname)
 Constructor. More...
 
- Public Member Functions inherited from wrench::SimulationMessage
 SimulationMessage (double payload)
 Constructor. More...
 
virtual std::string getName ()
 Retrieve the message name. More...
 

Public Attributes

std::string hostname
 The name of the host that has tuned on.
 
- Public Attributes inherited from wrench::SimulationMessage
double payload
 The message name. More...
 

Additional Inherited Members

- Protected Member Functions inherited from wrench::HostStateChangeDetectorMessage
 HostStateChangeDetectorMessage ()
 Constructor. More...
 

Detailed Description

A message sent by the HostStateChangeDetector to notify some listener that a host has turned on.

Constructor & Destructor Documentation

◆ HostHasTurnedOnMessage()

wrench::HostHasTurnedOnMessage::HostHasTurnedOnMessage ( std::string  hostname)
explicit

Constructor.

Parameters
hostnamethe name of the host that has turned on

The documentation for this class was generated from the following files: