mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:40:04 +00:00
Display expired data as soon as it's reloaded
This commit is contained in:
parent
16044efbf3
commit
df2474c383
12 changed files with 114 additions and 80 deletions
|
|
@ -27,12 +27,11 @@ public:
|
|||
|
||||
float range() const override;
|
||||
std::chrono::system_clock::time_point sweep_time() const override;
|
||||
uint16_t vcp() const override;
|
||||
std::uint16_t vcp() const override;
|
||||
const std::vector<float>& vertices() const override;
|
||||
|
||||
void SelectTime(std::chrono::system_clock::time_point time) override;
|
||||
|
||||
std::tuple<const void*, size_t, size_t> GetMomentData() const override;
|
||||
std::tuple<const void*, std::size_t, std::size_t>
|
||||
GetMomentData() const override;
|
||||
|
||||
static std::shared_ptr<Level3RadialView>
|
||||
Create(const std::string& product,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue