mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:00:04 +00:00
Infrastructure updates for multiple elevations
This commit is contained in:
parent
87581892a7
commit
19f1207384
8 changed files with 85 additions and 32 deletions
|
|
@ -40,9 +40,9 @@ public:
|
|||
std::map<uint16_t, std::shared_ptr<rda::ElevationScan>> radar_data() const;
|
||||
std::shared_ptr<const rda::VolumeCoveragePatternData> vcp_data() const;
|
||||
|
||||
std::shared_ptr<rda::ElevationScan>
|
||||
std::pair<float, std::shared_ptr<rda::ElevationScan>>
|
||||
GetElevationScan(rda::DataBlockType dataBlockType,
|
||||
uint16_t elevation,
|
||||
float elevation,
|
||||
std::chrono::system_clock::time_point time) const;
|
||||
|
||||
bool LoadFile(const std::string& filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue