mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:00:05 +00:00
Support text product updates
This commit is contained in:
parent
be1d7323bd
commit
a202e0e2a0
7 changed files with 66 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/awips/message.hpp>
|
||||
#include <scwx/awips/wmo_header.hpp>
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
|
@ -24,6 +25,8 @@ public:
|
|||
TextProductMessage(TextProductMessage&&) noexcept;
|
||||
TextProductMessage& operator=(TextProductMessage&&) noexcept;
|
||||
|
||||
std::shared_ptr<WmoHeader> wmo_header() const;
|
||||
|
||||
size_t data_size() const;
|
||||
|
||||
bool Parse(std::istream& is) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue