wrench::StandardJobExecutorMessage Class Reference

Top-level class for messages received/sent by a StandardJobExecutor. More...

#include <StandardJobExecutorMessage.h>

Inheritance diagram for wrench::StandardJobExecutorMessage:
wrench::SimulationMessage wrench::ComputeThreadDoneMessage wrench::StandardJobExecutorDoneMessage wrench::StandardJobExecutorFailedMessage wrench::WorkunitExecutorDoneMessage wrench::WorkunitExecutorFailedMessage

Protected Member Functions

 StandardJobExecutorMessage (std::string name, double payload)
 Constructor. More...
 

Additional Inherited Members

- Public Member Functions inherited from wrench::SimulationMessage
 SimulationMessage (std::string name, double payload)
 Constructor. More...
 
virtual std::string getName ()
 Retrieve the message name. More...
 
- Public Attributes inherited from wrench::SimulationMessage
std::string name
 The message name.
 
double payload
 The message size in bytes.
 

Detailed Description

Top-level class for messages received/sent by a StandardJobExecutor.

Constructor & Destructor Documentation

◆ StandardJobExecutorMessage()

wrench::StandardJobExecutorMessage::StandardJobExecutorMessage ( std::string  name,
double  payload 
)
protected

Constructor.

Parameters
namethe message name
payloadthe message size in bytes

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