Skip to content

Add GGA_FIX enum - #84

Open
d-el wants to merge 1 commit into
kosma:masterfrom
d-el:GGA_FIX_enum
Open

d-el wants to merge 1 commit into
kosma:masterfrom
d-el:GGA_FIX_enum

Conversation

@d-el

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

Copy link
Copy Markdown
Contributor

Add enum for GGA GPS Quality indicator

Signed-off-by: d-el <d2.718l@gmail.com>
Comment thread minmea.h
struct minmea_float dgps_age;
};

enum minmea_gga_fix_quality {

Copy link
Copy Markdown
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

@chmorgan chmorgan left a comment

Copy link
Copy Markdown
Collaborator

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.

@kosma kosma added the merge queue Scheduled for merging when someone has time to look at it and review. label Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge queue Scheduled for merging when someone has time to look at it and review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants