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
Update Events
authored
2 years ago
by
Angelo Zangari
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Events.md
+1
-1
1 addition, 1 deletion
Events.md
with
1 addition
and
1 deletion
Events.md
View page @
aa216d07
Events are widely 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
:
The
`src/shared/events/Event.h`
file defines the
**Event**
with its event ID
:
```
cpp
typedef
uint8_t
Event
;
```
...
...
This diff is collapsed.
Click to expand it.