Added GPS CoT Structs

This commit is contained in:
Valmo Trindade
2025-06-17 01:37:28 -03:00
parent 9bb4483266
commit 0de4cf75e8
6 changed files with 74 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
use arma_rs::{FromArma, FromArmaError};
use super::cot::CursorOverTime;
pub struct EudCoTPayload {
@@ -57,6 +56,7 @@ impl EudCoTPayload {
track_course: Some(self.track_course),
track_speed: Some(self.track_speed),
link_uid: None,
remarker: None,
}
}
}