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_;
57 #endif // SST_CORE_INTERACTIVE_ACTION_H An Action is a schedulable Activity which is not an Event.
Definition: action.h:26
void execute() override
Called by TimeVortex to trigger interactive mode.
Definition: interactiveAction.h:44
to trigger interactive mode.
Definition: interactiveAction.h:27
void setPriority(uint64_t priority)
Set the priority of the Activity.
Definition: activity.h:200
Main control class for a SST Simulation.
Definition: simulation_impl.h:122
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