mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:30:04 +00:00
Nexrad File Factory
This commit is contained in:
parent
3620bfd13a
commit
a32029cb31
11 changed files with 322 additions and 31 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/wsr88d/nexrad_file.hpp>
|
||||
#include <scwx/wsr88d/rpg/level3_message.hpp>
|
||||
|
||||
#include <memory>
|
||||
|
|
@ -12,7 +13,7 @@ namespace wsr88d
|
|||
|
||||
class Level3FileImpl;
|
||||
|
||||
class Level3File
|
||||
class Level3File : public NexradFile
|
||||
{
|
||||
public:
|
||||
explicit Level3File();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue