First attempt at using current radar site for alerts

This commit is contained in:
AdenKoperczak 2024-07-02 12:30:07 -04:00
parent dea53bddb4
commit 91eb3d3b87
3 changed files with 41 additions and 5 deletions

View file

@ -20,6 +20,7 @@ public:
explicit AlertManager();
~AlertManager();
void AlertManager::SetRadarSite(const std::string& radarSite);
static std::shared_ptr<AlertManager> Instance();
private: