ecu_fsm Struct Reference
|
ECU
|
ecu_fsm Struct Reference
Finite state machine. Users create their own FSMs by containing this as an intrusive member. More...
#include <fsm.h>
Collaboration diagram for ecu_fsm:
Data Fields | |
| const struct ecu_fsm_state * | state |
| Current state the fsm is in. | |
| uint32_t | transition |
| Bitmap representing fsm's state transition context. | |
Detailed Description
Finite state machine. Users create their own FSMs by containing this as an intrusive member.
- Warning
- PRIVATE. Unless otherwise specified, all members can only be edited via the public API.
The documentation for this struct was generated from the following file:
- inc/ecu/fsm.h
Generated by