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

Add GGA_FIX enum#84
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.

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