mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
Initial clang format/tidy fixes for level_2_chunks
This commit is contained in:
parent
0bda6296c0
commit
0f95439b61
9 changed files with 108 additions and 103 deletions
|
|
@ -16,6 +16,7 @@ namespace scwx::provider
|
|||
class AwsLevel2ChunksDataProvider : public NexradDataProvider
|
||||
{
|
||||
public:
|
||||
constexpr static const float INVALID_ELEVATION = -90.0;
|
||||
explicit AwsLevel2ChunksDataProvider(const std::string& radarSite);
|
||||
explicit AwsLevel2ChunksDataProvider(const std::string& radarSite,
|
||||
const std::string& bucketName,
|
||||
|
|
|
|||
|
|
@ -103,17 +103,14 @@ public:
|
|||
*
|
||||
* @return NEXRAD data
|
||||
*/
|
||||
virtual std::shared_ptr<wsr88d::NexradFile>
|
||||
LoadLatestObject() = 0;
|
||||
virtual std::shared_ptr<wsr88d::NexradFile> LoadLatestObject() = 0;
|
||||
|
||||
/**
|
||||
* Loads the second NEXRAD file object
|
||||
*
|
||||
* @return NEXRAD data
|
||||
*/
|
||||
virtual std::shared_ptr<wsr88d::NexradFile>
|
||||
LoadSecondLatestObject() = 0;
|
||||
|
||||
virtual std::shared_ptr<wsr88d::NexradFile> LoadSecondLatestObject() = 0;
|
||||
|
||||
/**
|
||||
* Lists NEXRAD objects for the current date, and adds them to the cache. If
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue