simulation_framework::core::StateFeedback Struct Reference Last update: 16.07.2025 Represents feedback for the execution status of a control command. More... #include <i_sim_runner.h> Public Attributesbool execute_status Indicates whether the control command was executed successfully. std::string error_msg Error message describing the issue if execution failed. Detailed Description Represents feedback for the execution status of a control command. Definition at line 18 of file i_sim_runner.h. Member Data Documentation ◆ error_msg std::string simulation_framework::core::StateFeedback::error_msg Error message describing the issue if execution failed. Definition at line 24 of file i_sim_runner.h. ◆ execute_status bool simulation_framework::core::StateFeedback::execute_status Indicates whether the control command was executed successfully. Definition at line 21 of file i_sim_runner.h. The documentation for this struct was generated from the following file:i_sim_runner.h