mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Weather support in emulated driver
This commit is contained in:
committed by
Mat Sutcliffe
parent
926684fb87
commit
d96c5e51e3
@@ -12,6 +12,7 @@
|
||||
#define BLACKSIMPLUGIN_EMULATED_SIMULATOREMULATEDMONITORDIALOG_H
|
||||
|
||||
#include "blackmisc/simulation/simulatedaircraft.h"
|
||||
#include "blackmisc/weather/weathergrid.h"
|
||||
#include "blackmisc/statusmessagelist.h"
|
||||
#include "blackmisc/logcategorylist.h"
|
||||
#include "blackmisc/identifiable.h"
|
||||
@@ -65,6 +66,9 @@ namespace BlackSimPlugin
|
||||
//! The title
|
||||
void updateWindowTitleAndUiValues(const BlackMisc::Simulation::CSimulatorInfo &info);
|
||||
|
||||
//! Display weather grid
|
||||
void receivedWeather(const BlackMisc::Weather::CWeatherGrid &weatherGrid);
|
||||
|
||||
private:
|
||||
static int constexpr MaxLogMessages = 500; //!< desired log message number
|
||||
|
||||
|
||||
Reference in New Issue
Block a user