Create record for loaded NEXRAD file in preparation for storage

This commit is contained in:
Dan Paulat 2022-02-27 22:22:47 -06:00
parent 85615cfffd
commit c9e312fd54
12 changed files with 269 additions and 120 deletions

View file

@ -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