Skip to content

Make GPS parse work with emulator#104

Merged
NArmistead merged 1 commit into
feature/ES/emulator-supportfrom
feature/na/gps-listener
Feb 23, 2026
Merged

Make GPS parse work with emulator#104
NArmistead merged 1 commit into
feature/ES/emulator-supportfrom
feature/na/gps-listener

Conversation

@NArmistead

@NArmistead NArmistead commented Feb 20, 2026

Copy link
Copy Markdown
Contributor

Description

GPS_parse doesn't like the string it gets unless I set this bit to \0 instead

Issue Link

Testing

  • Passes existing unit tests
  • Unit tests modified (link the test changes as a child PR)
  • Integration test performed

Attach any test artifacts here, if relevant.

Other

Leave any additional notes here

Reviewer Checklist

Standards

  • Follows FCF Architectural Standards
  • Follows SDR Coding Standards
  • Code complexity/function Size is minimized
  • Code is testable
  • Code is readable and commented properly
  • License terms are respected

Error Handling

  • Potentially unsafe functions return a status code
  • Error returns properly handled

Memory

  • Stack allocated memory is scoped correctly
  • Heap allocated memory is avoided
  • Globally allocated memory is minimized except when necessary
  • Pointers are used correctly
  • Concurrency has been considered

Performance

  • Rate limiters are respected
  • Busy waiting is avoided
  • "Delay" calls are not used in performance sensitive code

@ETSells ETSells left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

yeet

@NArmistead NArmistead merged commit 4981b30 into feature/ES/emulator-support Feb 23, 2026
2 checks passed
@NArmistead NArmistead deleted the feature/na/gps-listener branch February 23, 2026 06:34
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