James Cummins / Mbed 2 deprecated el17jnc

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

PauseSelection Struct Reference

PauseSelection Struct Reference

Pause selection struct. More...

#include <Pause.h>

Data Fields

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

Detailed Description

Pause selection struct.

Definition at line 24 of file Pause.h.


Field Documentation

PauseOption next_state[3]

Array of enums for possible next option.

Definition at line 26 of file Pause.h.

int output

Integer output for line to print arrows.

Definition at line 25 of file Pause.h.