mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -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 DateTime {
|
|||
|
||||
using Latitude = int32_t;
|
||||
using Longitude = int32_t;
|
||||
using RateOfTurn = int8_t;
|
||||
using SpeedOverGround = uint16_t;
|
||||
using CourseOverGround = uint16_t;
|
||||
using TrueHeading = uint16_t;
|
||||
|
||||
using MMSI = uint32_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue