|
infinite_state_machine 1.0.0
Infinite State Machine Library
|
Represents an infinite state machine. This structure holds the current state hierarchy and allows for transitions between states. More...
#include <infinite_state_machine.h>

Public Attributes | |
| struct infinite_state * | states [INFINITE_STATE_MACHINE_MAX_DEPTH] |
| The states in the infinite state machine. | |
| int | depth |
| The current depth of the infinite state machine. | |
Represents an infinite state machine. This structure holds the current state hierarchy and allows for transitions between states.
Definition at line 40 of file infinite_state_machine.h.
| int infinite_state_machine::depth |
The current depth of the infinite state machine.
Definition at line 50 of file infinite_state_machine.h.
| struct infinite_state* infinite_state_machine::states[INFINITE_STATE_MACHINE_MAX_DEPTH] |
The states in the infinite state machine.
Definition at line 45 of file infinite_state_machine.h.