Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimRuntimeLoopError Struct Reference

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
 

Detailed Description

Structured record of the most recent loop/runtime failure.

Member Data Documentation

◆ code

SimResult SimRuntimeLoopError::code

Error code returned by the failing path.

◆ source

SimRuntimeLoopErrorSource SimRuntimeLoopError::source

Component that reported the error.

◆ step_index

size_t SimRuntimeLoopError::step_index

Step index associated with the error.

◆ valid

bool SimRuntimeLoopError::valid

True when this record contains an error.


The documentation for this struct was generated from the following file: