mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
[traffic] Documentation
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -259,12 +259,18 @@ private:
|
|||||||
*/
|
*/
|
||||||
void DecodeFirstMessage();
|
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.
|
* @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 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);
|
void DecodeMessage(traffxml::TraffMessage & message);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user