Level 3 category and product mappings

This commit is contained in:
Dan Paulat 2022-09-05 18:07:04 -05:00
parent c9c77050ed
commit 822e523400
4 changed files with 213 additions and 6 deletions

View file

@ -3,6 +3,7 @@
#include <scwx/util/iterator.hpp>
#include <string>
#include <vector>
namespace scwx
{
@ -69,5 +70,14 @@ Level3ProductCategory
GetLevel3CategoryByProduct(const std::string& productName);
const std::string& GetLevel3Palette(int16_t productCode);
std::string GetLevel3ProductByAwipsId(const std::string& awipsId);
const std::string& GetLevel3ProductDescription(const std::string& productName);
const std::vector<std::string>&
GetLevel3ProductsByCategory(Level3ProductCategory category);
const std::vector<std::string>&
GetLevel3AwipsIdsByProduct(const std::string& productName);
inline constexpr size_t kLevel3ProductMaxTilts = 9;
} // namespace common
} // namespace scwx