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

A message sent by an ActionExecutor when it's successfully completed an action. More...

#include <ActionExecutorMessage.h>

Inheritance diagram for wrench::ActionExecutorDoneMessage:
wrench::ActionExecutorMessage wrench::SimulationMessage

Public Member Functions

 ActionExecutorDoneMessage (std::shared_ptr< ActionExecutor > action_executor)
 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::shared_ptr< ActionExecutoraction_executor
 The Action Executor.
 
- Public Attributes inherited from wrench::SimulationMessage
double payload
 The message name. More...
 

Additional Inherited Members

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

Detailed Description

A message sent by an ActionExecutor when it's successfully completed an action.

Constructor & Destructor Documentation

◆ ActionExecutorDoneMessage()

wrench::ActionExecutorDoneMessage::ActionExecutorDoneMessage ( std::shared_ptr< ActionExecutor action_executor)
explicit

Constructor.

Parameters
action_executorThe Action Executor

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