FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
Loading...
Searching...
No Matches
Transition System

Components for managing state transitions. More...

Files

file  Transition.hpp
 State transition representation with guards and actions.
 

Classes

class  fsmgine::Transition< TEvent >
 Represents a transition between states in a finite state machine. More...
 

Detailed Description

Components for managing state transitions.