mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 08:55:43 +08:00
Doxygen
This commit is contained in:
@@ -79,12 +79,14 @@ namespace BlackCore
|
|||||||
public slots:
|
public slots:
|
||||||
//! Do a complete calculation for all know callsigns in background.
|
//! Do a complete calculation for all know callsigns in background.
|
||||||
//! Only use positive numbers.
|
//! Only use positive numbers.
|
||||||
|
//! \param requestId
|
||||||
//! \param currentTimeMsSinceEpoch if no value is passed current time is used
|
//! \param currentTimeMsSinceEpoch if no value is passed current time is used
|
||||||
//! \threadsafe
|
//! \threadsafe
|
||||||
|
//!
|
||||||
void syncRequestSituationsCalculationsForAllCallsigns(int requestId, qint64 currentTimeMsSinceEpoch = -1);
|
void syncRequestSituationsCalculationsForAllCallsigns(int requestId, qint64 currentTimeMsSinceEpoch = -1);
|
||||||
|
|
||||||
//! Do a complete calculation for all know callsigns in background.
|
//! Do a complete calculation for all know callsigns in background.
|
||||||
//! Non blocking call of \syncRequestSituationsCalculationsForAllCallsigns
|
//! Non blocking call of \sa syncRequestSituationsCalculationsForAllCallsigns
|
||||||
//! \threadsafe
|
//! \threadsafe
|
||||||
void asyncRequestSituationsCalculationsForAllCallsigns(int requestId, qint64 currentTimeMsSinceEpoch = -1);
|
void asyncRequestSituationsCalculationsForAllCallsigns(int requestId, qint64 currentTimeMsSinceEpoch = -1);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user