mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:50:05 +00:00
Store radar data in Ar2vFile object
This commit is contained in:
parent
79ab14ab95
commit
a2c6ee70a4
18 changed files with 183 additions and 39 deletions
|
|
@ -203,7 +203,7 @@ public:
|
|||
|
||||
bool Parse(std::istream& is);
|
||||
|
||||
static std::unique_ptr<RdaAdaptationData> Create(MessageHeader&& header,
|
||||
static std::shared_ptr<RdaAdaptationData> Create(MessageHeader&& header,
|
||||
std::istream& is);
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue