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
Events
Changes
Page history
New page
Templates
Clone repository
Updated blank line and italic style
authored
4 years ago
by
Luca Conterio
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Events.md
+2
-2
2 additions, 2 deletions
Events.md
with
2 additions
and
2 deletions
Events.md
View page @
d25ecd62
Events are widley used in
*
skyward-boardcore
*
as a form of communication among software components.
Events are widley used in
_
skyward-boardcore
_
as a form of communication among software components.
The
`src/shared/events/Event.h`
file defines the
**Event**
struct which only contains the event ID as a member:
```
cpp
struct
Event
...
...
This diff is collapsed.
Click to expand it.