mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:00: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
|
|
@ -44,6 +44,12 @@ void Level3Message::set_header(Level3MessageHeader&& header)
|
|||
p->header_ = std::move(header);
|
||||
}
|
||||
|
||||
std::shared_ptr<ProductDescriptionBlock>
|
||||
Level3Message::description_block() const
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
} // namespace rpg
|
||||
} // namespace wsr88d
|
||||
} // namespace scwx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue