AeroRust / nmea

NMEA 0183 - for communication between marine electronics such as echo sounder, sonars, anemometer, gyrocompass, autopilot, GNSS receivers and many other types of instruments. Defined and controlled by the National Marine Electronics Association (NMEA)
https://crates.io/crates/nmea
Other
56 stars 41 forks source link

Added parsing BWW messages #86

Closed taavit closed 1 year ago

taavit commented 1 year ago

Added parsing BWW messages (#54), based on https://gpsd.gitlab.io/gpsd/NMEA.html#_bww_bearing_waypoint_to_waypoint

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 81.57% and project coverage change: +0.61 :tada:

Comparison is base (b203556) 79.60% compared to head (75c5c1d) 80.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #86 +/- ## ========================================== + Coverage 79.60% 80.22% +0.61% ========================================== Files 30 31 +1 Lines 1123 1153 +30 ========================================== + Hits 894 925 +31 + Misses 229 228 -1 ``` | [Impacted Files](https://codecov.io/gh/AeroRust/nmea/pull/86?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust) | Coverage Δ | | |---|---|---| | [src/error.rs](https://codecov.io/gh/AeroRust/nmea/pull/86?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL2Vycm9yLnJz) | `5.26% <0.00%> (-0.80%)` | :arrow_down: | | [src/parser.rs](https://codecov.io/gh/AeroRust/nmea/pull/86?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3BhcnNlci5ycw==) | `79.13% <0.00%> (+1.82%)` | :arrow_up: | | [src/sentences/mod.rs](https://codecov.io/gh/AeroRust/nmea/pull/86?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3NlbnRlbmNlcy9tb2QucnM=) | `0.00% <ø> (ø)` | | | [src/parse.rs](https://codecov.io/gh/AeroRust/nmea/pull/86?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3BhcnNlLnJz) | `72.61% <100.00%> (+0.66%)` | :arrow_up: | | [src/sentences/bww.rs](https://codecov.io/gh/AeroRust/nmea/pull/86?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AeroRust#diff-c3JjL3NlbnRlbmNlcy9id3cucnM=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.