mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:50:05 +00:00
Adding generic level 2 data provider, and documenting virtual functions
This commit is contained in:
parent
df3d65e8aa
commit
63474cddcc
4 changed files with 112 additions and 8 deletions
|
|
@ -1,10 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/wsr88d/ar2v_file.hpp>
|
||||
|
||||
#include <chrono>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <scwx/provider/level2_data_provider.hpp>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
|
|
@ -13,7 +9,10 @@ namespace provider
|
|||
|
||||
class AwsLevel2DataProviderImpl;
|
||||
|
||||
class AwsLevel2DataProvider
|
||||
/**
|
||||
* @brief AWS Level 2 Data Provider
|
||||
*/
|
||||
class AwsLevel2DataProvider : public Level2DataProvider
|
||||
{
|
||||
public:
|
||||
explicit AwsLevel2DataProvider(const std::string& radarSite);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue