Weather support in emulated driver

This commit is contained in:
Klaus Basan
2020-04-15 20:20:22 +02:00
committed by Mat Sutcliffe
parent 926684fb87
commit d96c5e51e3
4 changed files with 34 additions and 0 deletions

View File

@@ -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