Adding generic level 2 data provider, and documenting virtual functions

This commit is contained in:
Dan Paulat 2022-05-23 23:42:26 -05:00
parent df3d65e8aa
commit 63474cddcc
4 changed files with 112 additions and 8 deletions

View file

@ -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);