mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #445, samples for vPilot rules
* new samples for vPilot rules * also adjusted other samples to latest changes (livery, new readers)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c760f1d424
commit
3c9f95356e
@@ -376,7 +376,6 @@ namespace BlackMiscTest
|
||||
|
||||
CAircraftIcaoData icaoData("B737", "DLH");
|
||||
icaoData.setAircraftCombinedType("L2J");
|
||||
icaoData.setAircraftColor("green");
|
||||
CAircraftIcaoData icaoReceived = testserviceInterface.pingIcaoData(icaoData);
|
||||
qDebug() << "Pinged ICAO data via interface"
|
||||
<< ((icaoData == icaoReceived) ? "OK" : "ERROR!") << icaoReceived;
|
||||
|
||||
Reference in New Issue
Block a user