From f7adea08a28ad2e246200aa7f33d614c268d92cb Mon Sep 17 00:00:00 2001 From: mvglasow Date: Sat, 17 May 2025 19:29:49 +0300 Subject: [PATCH] [traffic] Documentation Signed-off-by: mvglasow --- map/traffic_manager.hpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/map/traffic_manager.hpp b/map/traffic_manager.hpp index 71b87e945..48d755f73 100644 --- a/map/traffic_manager.hpp +++ b/map/traffic_manager.hpp @@ -259,12 +259,18 @@ private: */ void DecodeFirstMessage(); + /** + * @brief Decodes a TraFF location. + * + * @param message + * @param decoded + */ + void DecodeLocation(traffxml::TraffMessage & message, traffxml::MultiMwmColoring & decoded); + /** * @brief Decodes a single message to its segments and their speed groups. * - * @param decoder The OpenLR decoder instance. * @param message The message to decode. - * @param trafficCache The cache in which all decoded paths with their speed groups will be stored. */ void DecodeMessage(traffxml::TraffMessage & message);