mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
Parse storm tracking graphic alphanumeric block
This commit is contained in:
parent
c03947d604
commit
c7a9aadffa
3 changed files with 238 additions and 14 deletions
|
|
@ -1,9 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/awips/message.hpp>
|
||||
#include <scwx/wsr88d/rpg/packet.hpp>
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
|
|
@ -31,6 +33,8 @@ public:
|
|||
|
||||
size_t data_size() const override;
|
||||
|
||||
const std::vector<std::vector<std::shared_ptr<Packet>>>& page_list() const;
|
||||
|
||||
bool Parse(std::istream& is);
|
||||
|
||||
static constexpr size_t SIZE = 102u;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue