mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-03 11:23:48 +00:00
[map] Documentation and comments
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -584,7 +584,7 @@ void TrafficManager::ThreadRoutine()
|
||||
mwms.clear();
|
||||
#endif
|
||||
}
|
||||
// Calling Unsubscribe() form the worker thread on exit makes thread synchronization easier
|
||||
// Calling Unsubscribe() from the worker thread on exit makes thread synchronization easier
|
||||
Unsubscribe();
|
||||
}
|
||||
|
||||
|
||||
@@ -532,7 +532,7 @@ private:
|
||||
/**
|
||||
* Whether the traffic manager accepts mode changes.
|
||||
*
|
||||
* Mode cannt be set after the traffic manager has been enabled for the first time.
|
||||
* Mode cannot be set after the traffic manager has been enabled for the first time.
|
||||
*/
|
||||
bool m_canSetMode = true;
|
||||
|
||||
@@ -631,7 +631,7 @@ private:
|
||||
* @brief Whether a poll operation is needed.
|
||||
*
|
||||
* Used in the worker thread. A poll operation is needed unless a subscription (or subscription
|
||||
* change) operation was performed before and a feed was received a part of it.
|
||||
* change) operation was performed before and a feed was received as part of it.
|
||||
*/
|
||||
bool m_isPollNeeded;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user