3.5.1.5 GDL90 - "airborne" + "true heading"

pull/27/head
Christopher Young 2015-08-26 21:36:05 -04:00
rodzic 45f1953fec
commit 43ae47b4a5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -129,7 +129,7 @@ func makeTrafficReport(ti TrafficInfo) {
msg[11] = byte((alt & 0xFF0) >> 4) // Altitude.
msg[12] = byte((alt & 0x00F) << 4)
msg[12] = byte(((alt & 0x00F) << 4) | 0x8) //FIXME. "Airborne".
msg[12] = byte(((alt & 0x00F) << 4) | 0xB) //FIXME. "Airborne".
msg[13] = 0x11 //FIXME.