12#ifndef SST_CORE_INTERACTIVE_ACTION_H 
   13#define SST_CORE_INTERACTIVE_ACTION_H 
   15#include "sst/core/action.h" 
   17#include "sst/core/simulation_impl.h" 
   46        sim_->enter_interactive_ = 
true;
 
   47        sim_->interactive_msg_   = msg_;
 
 
 
void setPriority(uint64_t priority)
Set the priority of the Activity.
Definition activity.h:198
to trigger interactive mode.
Definition interactiveAction.h:28
InteractiveAction(Simulation_impl *sim, const std::string &msg)
Create a new InteractiveAction object for the simulation core to initiate interactive mode.
Definition interactiveAction.h:33
void execute() override
Called by TimeVortex to trigger interactive mode.
Definition interactiveAction.h:44
Main control class for a SST Simulation.
Definition simulation_impl.h:87