Skip to content

YanniHu1996/fsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finite State Machine

Basic Concepts

  • from: Represents the current state in a state transition

  • to: Represents the next state in a state transition

  • event: Input accepted by the system

  • action: System behavior

  • onExit: Leaving the state

  • onEntry: Entering the state

  • OnXXXEvent: After the event is triggered

About

Finite state machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages