mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:50:06 +00:00
Updating test product messages to expose additional details
This commit is contained in:
parent
3692ef75f2
commit
612874f830
7 changed files with 80 additions and 2 deletions
|
|
@ -87,6 +87,7 @@ public:
|
|||
TextProductMessage(TextProductMessage&&) noexcept;
|
||||
TextProductMessage& operator=(TextProductMessage&&) noexcept;
|
||||
|
||||
std::string message_content() const;
|
||||
std::shared_ptr<WmoHeader> wmo_header() const;
|
||||
std::vector<std::string> mnd_header() const;
|
||||
std::vector<std::string> overview_block() const;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ namespace Characters
|
|||
|
||||
constexpr char DEGREE = static_cast<char>(0xb0);
|
||||
constexpr char ETX = static_cast<char>(0x03);
|
||||
constexpr char NUL = static_cast<char>(0x00);
|
||||
constexpr char SOH = static_cast<char>(0x01);
|
||||
|
||||
} // namespace Characters
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue