mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 06:10:04 +00:00
Parallelize the chunks loading and load from archive when possible
This commit is contained in:
parent
e10ebdeb5e
commit
759a9e4379
3 changed files with 88 additions and 12 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/provider/nexrad_data_provider.hpp>
|
||||
#include <scwx/provider/aws_level2_data_provider.hpp>
|
||||
|
||||
#include <optional>
|
||||
|
||||
|
|
@ -61,6 +62,9 @@ public:
|
|||
|
||||
std::optional<float> GetCurrentElevation();
|
||||
|
||||
void SetLevel2DataProvider(
|
||||
const std::shared_ptr<AwsLevel2DataProvider>& provider);
|
||||
|
||||
private:
|
||||
class Impl;
|
||||
std::unique_ptr<Impl> p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue