[traffic] Documentation

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-05-17 19:29:49 +03:00
parent c0c8d5da58
commit f7adea08a2

View File

@@ -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);