Fix Level 3 Products Widget product selection status

This commit is contained in:
Dan Paulat 2022-09-11 08:29:31 -05:00
parent 4325f352b1
commit 14545fd83a
3 changed files with 22 additions and 7 deletions

View file

@ -73,7 +73,9 @@ const std::string&
GetLevel3CategoryDefaultProduct(Level3ProductCategory category);
Level3ProductCategory GetLevel3Category(const std::string& categoryName);
Level3ProductCategory
GetLevel3CategoryByProduct(const std::string& productName);
GetLevel3CategoryByProduct(const std::string& productName);
Level3ProductCategory
GetLevel3CategoryByAwipsId(const std::string& awipsId);
const std::string& GetLevel3Palette(int16_t productCode);
std::string GetLevel3ProductByAwipsId(const std::string& awipsId);