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
This commit is contained in:
parent
52a6245b49
commit
dc1bc21d2f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue