James Cummins / Mbed 2 deprecated el17jnc

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

OptionSelection Struct Reference

OptionSelection Struct Reference

Option Selection struct. More...

#include <OptionsEngine.h>

Data Fields

int output
 Integer output for line to print arrows.
Option next_state [3]
 Array of enums for possible next option.

Detailed Description

Option Selection struct.

Definition at line 19 of file OptionsEngine.h.


Field Documentation

Option next_state[3]

Array of enums for possible next option.

Definition at line 21 of file OptionsEngine.h.

int output

Integer output for line to print arrows.

Definition at line 20 of file OptionsEngine.h.