From ff434386fe8c3e67dff072ad6d57511ac4a7b45c Mon Sep 17 00:00:00 2001 From: God-Belange Aradukunda Date: Fri, 25 Oct 2024 16:11:47 +0200 Subject: [PATCH] Add magnetic variation and track to Tpv --- src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 65872a7..32b56fb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -291,6 +291,10 @@ pub struct Tpv { pub epc: Option, /// Horizontal 2D position error in meters. pub eph: Option, + /// Course over ground, degrees magnetic. + pub magtrack: Option, + /// Magnetic variation, degrees. + pub magvar: Option, } /// Detailed satellite information.