mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:30:04 +00:00
Level 3 category and product mappings
This commit is contained in:
parent
c9c77050ed
commit
822e523400
4 changed files with 213 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue