35 namespace engine::actions {
43 SimulationMachine, { ptr_->stop(); })
55 SimulationContext, { ptr_->config.engine.keep_alive =
true; })
58 SimulationStatistics, { ptr_->reset(); })
61 SimulationSync,
"factor",
double, {
62 logger()->info(
"Setting target simulation speed: {}", value_);
63 ptr_->set_realtime_factor(value_);
#define DEFINE_SET_DATA_ACTION(xName, xActionName, xActionDesc, xDataType, xAttributeName, xAttributeType, xOperatorBlock)
Definition: set_action.hpp:210
#define DEFINE_SET_STATE_ACTION(xName, xname, xdescription, xState, xOperatorBlock)
Definition: set_action.hpp:142