Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement telemetry memory #344

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Draft

Conversation

jeromehue
Copy link
Contributor

Description

  • Add a new TelemetryRecord struct holding the telemetry variables.
  • Add methods to store and load a telemetry record.
  • Add a FramRingArray of TelemetryRecords telemetryMemory variable.
  • Add a function to gather telemetry data, incomplete for now as all the topics/persistent variable have not been implemented yet.

Added files : TelemetryMemory.hpp, TelemetryMemory.cpp.

Fixes #179
Fixes parts of #198

@codecov-commenter
Copy link

codecov-commenter commented Jan 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.98%. Comparing base (c1ffc6b) to head (e27ad2d).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #344   +/-   ##
=======================================
  Coverage   81.98%   81.98%           
=======================================
  Files          49       49           
  Lines        1782     1782           
  Branches       77       77           
=======================================
  Hits         1461     1461           
  Misses        321      321           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement telemetry memory
2 participants