mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 04:10:06 +00:00
Provide year/month hint to WMO header parser based on filename
This commit is contained in:
parent
46972e8769
commit
a6ba312f6b
4 changed files with 31 additions and 5 deletions
|
|
@ -29,7 +29,7 @@ public:
|
|||
std::shared_ptr<TextProductMessage> message(size_t i) const;
|
||||
|
||||
bool LoadFile(const std::string& filename);
|
||||
bool LoadData(std::istream& is);
|
||||
bool LoadData(std::string_view filename, std::istream& is);
|
||||
|
||||
private:
|
||||
std::unique_ptr<TextProductFileImpl> p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue