mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:00:04 +00:00
Selectable elevation cuts
This commit is contained in:
parent
19f1207384
commit
e76ac3bc36
15 changed files with 230 additions and 51 deletions
14
wxdata/include/scwx/common/characters.hpp
Normal file
14
wxdata/include/scwx/common/characters.hpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace common
|
||||
{
|
||||
namespace Characters
|
||||
{
|
||||
|
||||
constexpr char DEGREE = static_cast<char>(0xb0);
|
||||
|
||||
} // namespace Characters
|
||||
} // namespace common
|
||||
} // namespace scwx
|
||||
|
|
@ -40,7 +40,7 @@ public:
|
|||
std::map<uint16_t, std::shared_ptr<rda::ElevationScan>> radar_data() const;
|
||||
std::shared_ptr<const rda::VolumeCoveragePatternData> vcp_data() const;
|
||||
|
||||
std::pair<float, std::shared_ptr<rda::ElevationScan>>
|
||||
std::tuple<std::shared_ptr<rda::ElevationScan>, float, std::vector<float>>
|
||||
GetElevationScan(rda::DataBlockType dataBlockType,
|
||||
float elevation,
|
||||
std::chrono::system_clock::time_point time) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue