mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:20:05 +00:00
Expose additional fields from level 2 and level 3 files
This commit is contained in:
parent
8f362cc881
commit
3829b77994
4 changed files with 16 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/awips/wmo_header.hpp>
|
||||
#include <scwx/wsr88d/nexrad_file.hpp>
|
||||
#include <scwx/wsr88d/rpg/level3_message.hpp>
|
||||
|
||||
|
|
@ -25,6 +26,7 @@ public:
|
|||
Level3File(Level3File&&) noexcept;
|
||||
Level3File& operator=(Level3File&&) noexcept;
|
||||
|
||||
std::shared_ptr<awips::WmoHeader> wmo_header() const;
|
||||
std::shared_ptr<rpg::Level3Message> message() const;
|
||||
|
||||
bool LoadFile(const std::string& filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue