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
Sensors
Changes
Page history
New page
Templates
Clone repository
[Sensors] added class diagram
authored
3 years ago
by
Luca Conterio
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Sensors.md
+3
-1
3 additions, 1 deletion
Sensors.md
with
3 additions
and
1 deletion
Sensors.md
View page @
cb6dc1a3
...
...
@@ -3,7 +3,9 @@ The `src/shared/sensors/Sensor.h` header file contains the base classes used to
-
`AbstractSensor`
is the top-level virtual class.
-
It is extended by
`Sensor`
.
-
A
`SensorFIFO`
is also provided for driver that use a FIFO (it extends
`Sensor`
).
<div
align=
"center"
><img
src=
"images/sensor_manager/sensors_class_diagram.png"
height=
"500"
/><br/><i></i></div><br>
## AbstractSensor class
*
`init()`
: this is the first method to be called before using the sensor. It sets up the sensor, e.g. registers.
*
`selfTest()`
: check if the sensor is correctly working.
...
...
This diff is collapsed.
Click to expand it.