mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #858, todo review (demoted, commented)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c2aeab0ab8
commit
61e7f23847
@@ -89,7 +89,8 @@ namespace BlackSimPlugin
|
||||
if (!this->isConnected()) { return false; }
|
||||
|
||||
Q_UNUSED(aircraft);
|
||||
//! \todo FSUIPC write values
|
||||
|
||||
//! \fixme FSUIPC write values not yet implemented
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -97,8 +98,7 @@ namespace BlackSimPlugin
|
||||
{
|
||||
if (!this->isConnected()) { return false; }
|
||||
|
||||
clearAllWeather();
|
||||
|
||||
this->clearAllWeather();
|
||||
CGridPoint gridPoint = weatherGrid.front();
|
||||
|
||||
NewWeather nw;
|
||||
@@ -157,7 +157,6 @@ namespace BlackSimPlugin
|
||||
for (const auto &cloudLayer : cloudLayers)
|
||||
{
|
||||
NewCloud cloud;
|
||||
|
||||
switch (cloudLayer.getCoverage())
|
||||
{
|
||||
case CCloudLayer::None: cloud.Coverage = 0; break;
|
||||
@@ -329,7 +328,7 @@ namespace BlackSimPlugin
|
||||
// Mode by SB3
|
||||
if (xpdrIdentSb3Raw != 0)
|
||||
{
|
||||
//! \todo Reset value for FSUIPC
|
||||
//! \fixme Reset value for FSUIPC
|
||||
xpdr.setTransponderMode(CTransponder::StateIdent);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user