Split volume time and selected time

- Volume time to be used for radar product view
- Selected time to be used for animated alerts
This commit is contained in:
Dan Paulat 2023-05-26 01:25:16 -05:00
parent ca88d60a5d
commit a41f4b802e
3 changed files with 17 additions and 7 deletions

View file

@ -41,7 +41,9 @@ public slots:
void AnimationStepEnd();
signals:
void TimeUpdated(std::chrono::system_clock::time_point dateTime);
void SelectedTimeUpdated(std::chrono::system_clock::time_point dateTime);
void VolumeTimeUpdated(std::chrono::system_clock::time_point dateTime);
void ViewTypeUpdated(types::MapTime viewType);
private: