Zephyr API 3.6.99
|
General state that can be used in multiple state machines. More...
#include <smf.h>
Data Fields | |
const state_execution | entry |
Optional method that will be run when this state is entered. | |
const state_execution | run |
Optional method that will be run repeatedly during state machine loop. | |
const state_execution | exit |
Optional method that will be run when this state exists. | |
General state that can be used in multiple state machines.
const state_execution smf_state::entry |
Optional method that will be run when this state is entered.
const state_execution smf_state::exit |
Optional method that will be run when this state exists.
const state_execution smf_state::run |
Optional method that will be run repeatedly during state machine loop.