Skip to content

Three C implementations of an FSM using Nested Switch Statements, Flat Switch with Independent Handlers and a Table based approach using a 2D Array of Structs

Notifications You must be signed in to change notification settings

pargyropoulos/FSM_Implementation_Conditional-Table_Based

About

Three C implementations of an FSM using Nested Switch Statements, Flat Switch with Independent Handlers and a Table based approach using a 2D Array of Structs

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages