mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
MS & KB workshop: removed CAvionicsBase.
This commit is contained in:
@@ -52,8 +52,8 @@ namespace BlackMiscTest
|
||||
out << nav1 << endl;
|
||||
|
||||
// Transponder tests
|
||||
CTransponder tr1("T1", 7000, CTransponder::StateStandby);
|
||||
CTransponder tr2("T2", "4532", CTransponder::ModeMil3);
|
||||
CTransponder tr1(7000, CTransponder::StateStandby);
|
||||
CTransponder tr2("4532", CTransponder::ModeMil3);
|
||||
out << tr1 << " " << tr2 << endl;
|
||||
|
||||
// Callsign and ATC station
|
||||
|
||||
Reference in New Issue
Block a user