mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 22:33:19 +00:00
More AIS position report detail.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user