Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Skyward Boardcore
Wiki
FSM
Changes
Page history
New page
Templates
Clone repository
Updated images and fixed typos
authored
4 years ago
by
Luca Conterio
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
FSM.md
+1
-1
1 addition, 1 deletion
FSM.md
with
1 addition
and
1 deletion
FSM.md
View page @
2bb789b5
...
...
@@ -57,7 +57,7 @@ You can find the complete implementation of the FSM class in `src/shared/events/
## Example 1
This example implements the following very simple finite state machine behavior:

<div
align=
"center"
><img
src=
"images/fsm/fsm.png"
height=
"150"
/><br/><i></i></div><br>
No action is specified for the involved events (
`EV_ENTRY`
,
`EV_EXIT`
,
`EV_1`
,
`EV_2`
). They simply trigger the transitions.
...
...
This diff is collapsed.
Click to expand it.