Add radar wireframe debug menu selection

This commit is contained in:
Dan Paulat 2024-12-14 23:08:53 -06:00
parent 77e02b76b1
commit f010ea8fad
7 changed files with 53 additions and 5 deletions

View file

@ -47,6 +47,7 @@ public:
common::RadarProductGroup GetRadarProductGroup() const;
std::string GetRadarProductName() const;
std::shared_ptr<config::RadarSite> GetRadarSite() const;
bool GetRadarWireframeEnabled() const;
std::chrono::system_clock::time_point GetSelectedTime() const;
bool GetSmoothingEnabled() const;
std::uint16_t GetVcp() const;
@ -118,6 +119,7 @@ public:
double pitch);
void SetInitialMapStyle(const std::string& styleName);
void SetMapStyle(const std::string& styleName);
void SetRadarWireframeEnabled(bool enabled);
void SetSmoothingEnabled(bool enabled);
/**