XJEL2645 (19/20) / Mbed 2 deprecated el17my

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

State Struct Reference

State Struct Reference

State for finite state machine struct. More...

#include <Menu.h>

Data Fields

int output
 the output state.
int next_state [4]
 the 4 state to change.

Detailed Description

State for finite state machine struct.

Definition at line 9 of file Menu.h.


Field Documentation

int next_state[4]

the 4 state to change.

Definition at line 11 of file Menu.h.

int output

the output state.

Definition at line 10 of file Menu.h.