Skip to main content

AVxcelerate Simulation Framework 2026 R1

Structure simulation_framework::core::StateFeedback

Last update: 09.03.2026

Definition: core/service/sim_runner/i_sim_runner.h (line 18)

Represents feedback for the execution status of a control command.

Members

Public attributes

Variable execute_status

Definition: core/service/sim_runner/i_sim_runner.h (line 21)

bool simulation_framework::core::StateFeedback::execute_status

Indicates whether the control command was executed successfully.

Type: bool

Variable error_msg

Definition: core/service/sim_runner/i_sim_runner.h (line 24)

std::string simulation_framework::core::StateFeedback::error_msg

Error message describing the issue if execution failed.

Type: std::string

Connect with Ansys