mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Documentation
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -139,14 +139,15 @@ struct NodeStatuses
|
|||||||
bool m_groupNode;
|
bool m_groupNode;
|
||||||
};
|
};
|
||||||
|
|
||||||
// This class is used for downloading, updating and deleting maps.
|
/**
|
||||||
// Storage manages a queue of mwms to be downloaded.
|
* @brief The Storage class is used for downloading, updating and deleting maps.
|
||||||
// Every operation with this queue must be executed
|
*
|
||||||
// on the storage thread. In the current implementation, the storage
|
* Storage manages a queue of mwms to be downloaded. Every operation with this queue must be
|
||||||
// thread coincides with the main (UI) thread.
|
* executed on the storage thread. In the current implementation, the storage thread coincides with
|
||||||
// Downloading of only one mwm at a time is supported, so while the
|
* the main (UI) thread. Downloading of only one mwm at a time is supported, so while the mwm at the
|
||||||
// mwm at the top of the queue is being downloaded (or updated by
|
* top of the queue is being downloaded (or updated by applying a diff file) all other mwms have to
|
||||||
// applying a diff file) all other mwms have to wait.
|
* wait.
|
||||||
|
*/
|
||||||
class Storage final : public QueuedCountry::Subscriber
|
class Storage final : public QueuedCountry::Subscriber
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user