ecu_fsm Struct Reference

ECU: 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:
[legend]

Data Fields

const struct ecu_fsm_statestate
 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: