mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 22:03:37 +00:00
[traffic] Handle removed segments or eased traffic impact
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -450,7 +450,7 @@ using TraffFeed = std::vector<TraffMessage>;
|
||||
* @param delta Contains the entries to be added.
|
||||
* @param target Receives the added entries.
|
||||
*/
|
||||
void MergeMultiMwmColoring(MultiMwmColoring &delta, MultiMwmColoring & target);
|
||||
void MergeMultiMwmColoring(const MultiMwmColoring & delta, MultiMwmColoring & target);
|
||||
|
||||
std::string DebugPrint(IsoTime time);
|
||||
std::string DebugPrint(Directionality directionality);
|
||||
|
||||
Reference in New Issue
Block a user