mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-08 02:25:37 +08:00
refs #452 updated tests/samples to reflect previous changes
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c80f352710
commit
3e1e1070c1
@@ -241,7 +241,7 @@ namespace BlackMiscTest
|
||||
/*
|
||||
* Ping aircraft
|
||||
*/
|
||||
CAircraftList Testservice::pingAircraftList(const CAircraftList &aircraftList)
|
||||
CSimulatedAircraftList Testservice::pingAircraftList(const CSimulatedAircraftList &aircraftList)
|
||||
{
|
||||
qDebug() << "Pid:" << ServiceTool::getPid() << "ping aircrafts:" << aircraftList;
|
||||
return aircraftList;
|
||||
@@ -340,7 +340,7 @@ namespace BlackMiscTest
|
||||
/*
|
||||
* Ping aircraft
|
||||
*/
|
||||
CAircraft Testservice::pingAircraft(const CAircraft &aircraft)
|
||||
CSimulatedAircraft Testservice::pingAircraft(const CSimulatedAircraft &aircraft)
|
||||
{
|
||||
qDebug() << "Pid:" << ServiceTool::getPid() << "ping aircraft:" << aircraft;
|
||||
return aircraft;
|
||||
@@ -358,7 +358,7 @@ namespace BlackMiscTest
|
||||
/*
|
||||
* Ping ICAO data
|
||||
*/
|
||||
CAircraftIcaoData Testservice::pingIcaoData(const CAircraftIcaoData &icao)
|
||||
CAircraftIcaoCode Testservice::pingAircraftIcaoData(const CAircraftIcaoCode &icao)
|
||||
{
|
||||
qDebug() << "Pid:" << ServiceTool::getPid() << "ping ICAO data:" << icao;
|
||||
return icao;
|
||||
|
||||
Reference in New Issue
Block a user