turo type More...
turo type
Definition at line 37 of file result_output_types.h.
#include <result_output_types.h>
Data Fields | |
size_t | idx |
index for states | |
turo_state_t | states [CONFIG_TURO_MAX_NESTING_LEVELS] |
state buffer | |
turo_state_t | state |
current state | |
void * | empty |
Empty type needed due to C11-§6.7.2.1/5. | |
void* turo::empty |
Empty type needed due to C11-§6.7.2.1/5.
Definition at line 21 of file result_output_types.h.
size_t turo::idx |
index for states
Definition at line 38 of file result_output_types.h.
turo_state_t turo::state |
current state
Definition at line 42 of file result_output_types.h.
turo_state_t turo::states[CONFIG_TURO_MAX_NESTING_LEVELS] |
state buffer
Definition at line 39 of file result_output_types.h.