SimGrid  3.21
Versatile Simulation of Distributed Systems
simgrid::smpi::replay::TestAction Class Reference

#include <replay.hpp>

Inherits simgrid::smpi::replay::ReplayAction< WaitTestParser >.

Public Member Functions

 TestAction (RequestStorage &storage)
 
void kernel (simgrid::xbt::ReplayAction &action) override
 
- Public Member Functions inherited from simgrid::smpi::replay::ReplayAction< WaitTestParser >
 ReplayAction (std::string name)
 
virtual ~ReplayAction ()=default
 
void execute (simgrid::xbt::ReplayAction &action)
 
void * send_buffer (int size)
 
void * recv_buffer (int size)
 

Additional Inherited Members

- Protected Attributes inherited from simgrid::smpi::replay::ReplayAction< WaitTestParser >
const std::string name
 
const aid_t my_proc_id
 
WaitTestParser args
 

Constructor & Destructor Documentation

◆ TestAction()

simgrid::smpi::replay::TestAction::TestAction ( RequestStorage &  storage)
inlineexplicit

Member Function Documentation

◆ kernel()

void simgrid::smpi::replay::TestAction::kernel ( simgrid::xbt::ReplayAction action)
overridevirtual

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