mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Ref T380, test function and UI (internals) to test ATIS
This commit is contained in:
@@ -284,6 +284,15 @@ namespace BlackCore
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
//! \copydoc IContextNetwork::testReceivedAtisMessage
|
||||
virtual void testReceivedAtisMessage(const BlackMisc::Aviation::CCallsign &callsign, const BlackMisc::Aviation::CInformationMessage &msg) override
|
||||
{
|
||||
Q_UNUSED(callsign);
|
||||
Q_UNUSED(msg);
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
}
|
||||
|
||||
//! \copydoc IContextNetwork::parseCommandLine
|
||||
virtual bool parseCommandLine(const QString &commandLine, const BlackMisc::CIdentifier &originator) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user