From dc1bc21d2f5fa0e2f0ca8269615a167c374ce807 Mon Sep 17 00:00:00 2001 From: jano Date: Sat, 18 Apr 2020 13:16:55 +0200 Subject: [PATCH] Manufacturer code added to the igc file to make gpsbabel accept our igc files, added the manufacturer code , wich should be the first line in igc file, as stated page 35 in : https://www.fai.org/sites/default/files/igc_fr_ts_2016.pdf --- src/Network/igc.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Network/igc.cxx b/src/Network/igc.cxx index 37b87b0e0..c7d731c8b 100644 --- a/src/Network/igc.cxx +++ b/src/Network/igc.cxx @@ -68,6 +68,7 @@ bool IGCProtocol::gen_Hrecords() #endif length = snprintf(buf, FG_MAX_MSG_SIZE, + "AXYYZZZFlightGear\r\n" // Manufacturer code "HFDTE%02d%02d%02d\r\n" // date: DDMMYY "HFFXA001\r\n" // fix accuracy (1 meter) "HFGTYGliderType:%s\r\n" // aircraft type