mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:40:05 +00:00
Add available products to Radar Product Manager
This commit is contained in:
parent
0ca1ec2269
commit
c2e56b8e32
4 changed files with 157 additions and 20 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include <scwx/util/iterator.hpp>
|
||||
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
namespace scwx
|
||||
|
|
@ -53,6 +54,11 @@ typedef util::Iterator<Level3ProductCategory,
|
|||
Level3ProductCategory::CorrelationCoefficient>
|
||||
Level3ProductCategoryIterator;
|
||||
|
||||
typedef std::unordered_map<
|
||||
common::Level3ProductCategory,
|
||||
std::unordered_map<std::string, std::vector<std::string>>>
|
||||
Level3ProductCategoryMap;
|
||||
|
||||
const std::string& GetRadarProductGroupName(RadarProductGroup group);
|
||||
RadarProductGroup GetRadarProductGroup(const std::string& name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue