Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
|
4.2.99 |
General state that can be used in multiple state machines. More...
#include <zephyr/smf.h>
Data Fields | |
const state_method | 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_method | exit |
Optional method that will be run when this state exists. |
General state that can be used in multiple state machines.
const state_method smf_state::entry |
Optional method that will be run when this state is entered.
const state_method 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.