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

Add temporary ducer implementation #1

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Add temporary ducer implementation #1

merged 1 commit into from
Jul 3, 2024

Conversation

ZachGarcia42
Copy link
Contributor

This is mostly to provide an example of testing with gMocks, and providing an early template for future sensor integration.

Changes:

  • create sensor class
  • create mock sensor for testing
  • update telemetry reader test
  • create ducer class
  • update telem proto to have float field
  • add ducer member var to fill_station

@@ -2,7 +2,9 @@ cc_library(
name = "telemetry_reader",
srcs = ["telemetry_reader.cc"],
hdrs = ["telemetry_reader.h"],
deps = ["//protos:telemetry_cc_proto"],
deps = [
"//protos:telemetry_cc_proto",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At some point, we should probably distinguish (in name) between fill station telemetry and rocket telemetry

 - create sensor class
 - create mock sensor for testing
 - update telemetry reader test
 - create ducer class
 - update telem proto to have float field
 - add ducer member var to fill_station
@ZachGarcia42 ZachGarcia42 merged commit 95ef437 into main Jul 3, 2024
2 checks passed
@ZachGarcia42 ZachGarcia42 deleted the sensor branch July 3, 2024 13:48
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.

2 participants