More AIS position report detail.

This commit is contained in:
Jared Boone 2016-01-15 14:24:31 -08:00
parent 70d349e1a7
commit 1e92d416c7
3 changed files with 64 additions and 0 deletions

View file

@ -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 {