mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:00:08 +00:00
Add sequence number, volume scan and elevation to product description hover
This commit is contained in:
parent
c190813946
commit
d5222eac63
3 changed files with 36 additions and 2 deletions
|
|
@ -5,6 +5,8 @@
|
|||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
#include <units/angle.h>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace wsr88d
|
||||
|
|
@ -20,7 +22,7 @@ public:
|
|||
explicit ProductDescriptionBlock();
|
||||
~ProductDescriptionBlock();
|
||||
|
||||
ProductDescriptionBlock(const ProductDescriptionBlock&) = delete;
|
||||
ProductDescriptionBlock(const ProductDescriptionBlock&) = delete;
|
||||
ProductDescriptionBlock& operator=(const ProductDescriptionBlock&) = delete;
|
||||
|
||||
ProductDescriptionBlock(ProductDescriptionBlock&&) noexcept;
|
||||
|
|
@ -62,6 +64,8 @@ public:
|
|||
float log_offset() const;
|
||||
float log_scale() const;
|
||||
|
||||
units::angle::degrees<double> elevation() const;
|
||||
|
||||
bool IsCompressionEnabled() const;
|
||||
|
||||
size_t data_size() const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue