Radar site configuration

This commit is contained in:
Dan Paulat 2022-02-14 22:44:07 -06:00
parent 19efb0e58c
commit 883626ebf5
5 changed files with 63 additions and 1 deletions

View file

@ -0,0 +1,13 @@
#pragma once
#include <string>
namespace scwx
{
namespace common
{
std::string GetSiteId(const std::string& radarId);
} // namespace common
} // namespace scwx