Load placefiles according to the current radar site

This commit is contained in:
Dan Paulat 2023-07-26 23:52:59 -05:00
parent 6f44d9f4e0
commit 751cafbfe7
3 changed files with 90 additions and 59 deletions

View file

@ -1,6 +1,7 @@
#pragma once
#include <scwx/gr/placefile.hpp>
#include <scwx/qt/config/radar_site.hpp>
#include <QObject>
@ -27,6 +28,8 @@ public:
void set_placefile_thresholded(const std::string& name, bool thresholded);
void set_placefile_url(const std::string& name, const std::string& newUrl);
void SetRadarSite(std::shared_ptr<config::RadarSite> radarSite);
/**
* @brief Gets a list of active placefiles
*