|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Structured record of the most recent loop/runtime failure. More...
#include <sim_runtime_state.h>
Public Attributes | |
| bool | valid |
| SimResult | code |
| SimRuntimeLoopErrorSource | source |
| size_t | step_index |
Structured record of the most recent loop/runtime failure.
| SimResult SimRuntimeLoopError::code |
Error code returned by the failing path.
| SimRuntimeLoopErrorSource SimRuntimeLoopError::source |
Component that reported the error.
| size_t SimRuntimeLoopError::step_index |
Step index associated with the error.
| bool SimRuntimeLoopError::valid |
True when this record contains an error.