Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@d-el
Copy link
Contributor

@d-el d-el commented Feb 23, 2025

Add enum for GGA GPS Quality indicator

Signed-off-by: d-el <[email protected]>
struct minmea_float dgps_age;
};

enum minmea_gga_fix_quality {
Copy link
Collaborator

Choose a reason for hiding this comment

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

shouldn't we be updating the structures that have a fix quality to use this enum type now that it exists? That would ensure type safety as well.

@chmorgan chmorgan self-assigned this Jul 6, 2025
Copy link
Collaborator

@chmorgan chmorgan left a comment

Choose a reason for hiding this comment

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

We should use this enum in structures for type safety.

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