mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:00:04 +00:00
Add parsing of transmission header
This commit is contained in:
parent
b65e9a3561
commit
f66a0b46e6
2 changed files with 41 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ public:
|
|||
WmoHeader(WmoHeader&&) noexcept;
|
||||
WmoHeader& operator=(WmoHeader&&) noexcept;
|
||||
|
||||
const std::string& sequence_number() const;
|
||||
const std::string& data_type() const;
|
||||
const std::string& geographic_designator() const;
|
||||
const std::string& bulletin_id() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue