Skip to main content

AVxcelerate Simulation Framework 2025 R2 SP02

simulation_framework::core::StateFeedback Struct Reference

Last update: 19.09.2025

Represents feedback for the execution status of a control command. More...

#include <i_sim_runner.h>

Public Attributes

bool 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:

Connect with Ansys