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 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;