All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
turo Struct Reference

turo type More...

Detailed Description

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.
 

Field Documentation

◆ empty

void* turo::empty

Empty type needed due to C11-§6.7.2.1/5.

Definition at line 21 of file result_output_types.h.

◆ idx

size_t turo::idx

index for states

Definition at line 38 of file result_output_types.h.

◆ state

turo_state_t turo::state

current state

Definition at line 42 of file result_output_types.h.

◆ states

turo_state_t turo::states[CONFIG_TURO_MAX_NESTING_LEVELS]

state buffer

Definition at line 39 of file result_output_types.h.


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