mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
[traffic] Handle removed segments or eased traffic impact
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -394,6 +394,10 @@ private:
|
||||
* @brief Processes new traffic data.
|
||||
*
|
||||
* The new per-MWM colorings (preprocessed traffic information) are taken from `m_allMmColoring`.
|
||||
* `m_allMwmColoring` is rebuilt from per-message colorings in `m_messageCache` as needed.
|
||||
*
|
||||
* This method is normally called from the traffic worker thread. Test tools may also call it from
|
||||
* other threads.
|
||||
*/
|
||||
void OnTrafficDataUpdate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user