Store objects and get time point

This commit is contained in:
Dan Paulat 2022-04-30 21:07:44 -05:00
parent 1681b6772b
commit 690f3f6216
3 changed files with 93 additions and 3 deletions

View file

@ -32,6 +32,9 @@ public:
std::shared_ptr<wsr88d::Ar2vFile> LoadObjectByKey(const std::string& key);
void Refresh();
static std::chrono::system_clock::time_point
GetTimePointFromKey(const std::string& key);
private:
std::unique_ptr<AwsLevel2DataProviderImpl> p;
};