WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent to an ActionExecutionService to submit an Action. More...
#include <ActionExecutionServiceMessage.h>
Public Member Functions | |
ActionExecutionServiceSubmitActionRequestMessage (simgrid::s4u::Mailbox *reply_mailbox, std::shared_ptr< Action > action, double payload) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< Action > | action |
The action to be executed. | |
simgrid::s4u::Mailbox * | reply_mailbox |
The reply mailbox. | |
Additional Inherited Members |
A message sent to an ActionExecutionService to submit an Action.
wrench::ActionExecutionServiceSubmitActionRequestMessage::ActionExecutionServiceSubmitActionRequestMessage | ( | simgrid::s4u::Mailbox * | reply_mailbox, |
std::shared_ptr< Action > | action, | ||
double | payload | ||
) |
Constructor.
reply_mailbox | the reply mailbox |
action | the action to perform |
payload | the message size in bytes |