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