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

Message sent when a timer set by a ExecutionController goes off. More...

#include <ExecutionControllerMessage.h>

Inheritance diagram for wrench::ExecutionControllerAlarmTimerMessage:
wrench::ExecutionControllerMessage wrench::SimulationMessage

Public Member Functions

 ExecutionControllerAlarmTimerMessage (std::string message, double payload)
 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 message
 The message sent my the timer.
 
- Public Attributes inherited from wrench::SimulationMessage
double payload
 The message name. More...
 

Additional Inherited Members

- Protected Member Functions inherited from wrench::ExecutionControllerMessage
 ExecutionControllerMessage (double payload)
 Constructor. More...
 

Detailed Description

Message sent when a timer set by a ExecutionController goes off.

Constructor & Destructor Documentation

◆ ExecutionControllerAlarmTimerMessage()

wrench::ExecutionControllerAlarmTimerMessage::ExecutionControllerAlarmTimerMessage ( std::string  message,
double  payload 
)
explicit

Constructor.

Parameters
messagethe (string) message to be sent
payloadmessage size in bytes
Exceptions
std::invalid_argument

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