mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:30:04 +00:00
Create record for loaded NEXRAD file in preparation for storage
This commit is contained in:
parent
85615cfffd
commit
c9e312fd54
12 changed files with 269 additions and 120 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/wsr88d/rpg/level3_message.hpp>
|
||||
#include <scwx/wsr88d/rpg/product_description_block.hpp>
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <scwx/awips/message.hpp>
|
||||
#include <scwx/wsr88d/rpg/level3_message_header.hpp>
|
||||
#include <scwx/wsr88d/rpg/product_description_block.hpp>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
|
|
@ -28,10 +29,12 @@ public:
|
|||
|
||||
size_t data_size() const override;
|
||||
|
||||
const Level3MessageHeader& header() const;
|
||||
const Level3MessageHeader& header() const;
|
||||
|
||||
void set_header(Level3MessageHeader&& header);
|
||||
|
||||
virtual std::shared_ptr<ProductDescriptionBlock> description_block() const;
|
||||
|
||||
private:
|
||||
std::unique_ptr<Level3MessageImpl> p;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue