mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:20:06 +00:00
Look up product code when unavailable
This commit is contained in:
parent
822e523400
commit
0ca1ec2269
3 changed files with 31 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ const std::string& GetLevel3Palette(int16_t productCode);
|
|||
|
||||
std::string GetLevel3ProductByAwipsId(const std::string& awipsId);
|
||||
const std::string& GetLevel3ProductDescription(const std::string& productName);
|
||||
int16_t GetLevel3ProductCodeByAwipsId(const std::string& awipsId);
|
||||
int16_t GetLevel3ProductCodeByProduct(const std::string& productName);
|
||||
const std::vector<std::string>&
|
||||
GetLevel3ProductsByCategory(Level3ProductCategory category);
|
||||
const std::vector<std::string>&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue