mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:30:05 +00:00
Request available level 3 products
This commit is contained in:
parent
d2597354b4
commit
12d8aaf8a6
5 changed files with 51 additions and 0 deletions
|
|
@ -100,6 +100,19 @@ public:
|
|||
virtual std::chrono::system_clock::time_point
|
||||
GetTimePointByKey(const std::string& key) const = 0;
|
||||
|
||||
/**
|
||||
* Requests available NEXRAD products for the current radar site, and adds
|
||||
* the list to the cache.
|
||||
*/
|
||||
virtual void RequestAvailableProducts();
|
||||
|
||||
/**
|
||||
* Gets the list of available NEXRAD products for the current radar site.
|
||||
*
|
||||
* @return Available NEXRAD products
|
||||
*/
|
||||
virtual std::vector<std::string> GetAvailableProducts();
|
||||
|
||||
private:
|
||||
class Impl;
|
||||
std::unique_ptr<Impl> p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue