ELEC2645 (2018/19) / Mbed 2 deprecated el17lw

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
 Integer for output number.
int next_state [4]
 Array of integers for next possible states.

Detailed Description

State for finite state machine struct.

Definition at line 10 of file Menu.h.


Field Documentation

int next_state[4]

Array of integers for next possible states.

Definition at line 12 of file Menu.h.

int output

Integer for output number.

Definition at line 11 of file Menu.h.