mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 05:34:50 -04:00
More AIS position report detail.
This commit is contained in:
parent
70d349e1a7
commit
1e92d416c7
3 changed files with 64 additions and 0 deletions
|
@ -42,6 +42,10 @@ struct AISPosition {
|
|||
rtc::RTC timestamp { };
|
||||
ais::Latitude latitude { 0 };
|
||||
ais::Longitude longitude { 0 };
|
||||
ais::RateOfTurn rate_of_turn { -128 };
|
||||
ais::SpeedOverGround speed_over_ground { 1023 };
|
||||
ais::CourseOverGround course_over_ground { 3600 };
|
||||
ais::TrueHeading true_heading { 511 };
|
||||
};
|
||||
|
||||
struct AISRecentEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue