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" 42 sim_->enter_interactive_ =
true;
43 sim_->interactive_msg_ = msg_;
53 #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:40
to trigger interactive mode.
Definition: interactiveAction.h:26
void setPriority(uint64_t priority)
Set the priority of the Activity.
Definition: activity.h:185
Main control class for a SST Simulation.
Definition: simulation_impl.h:76
InteractiveAction(Simulation_impl *sim, const std::string &msg)
Create a new InteractiveAction object for the simulation core to initiate interactive mode...
Definition: interactiveAction.h:32