mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
[doxygen] Fix broken groupings
This commit is contained in:
@@ -197,13 +197,15 @@ namespace BlackSimPlugin
|
||||
//! Update airports
|
||||
void updateAirportsInRange();
|
||||
|
||||
//! Request elevation and CG from XPlane @{
|
||||
//! Request elevation and CG from XPlane
|
||||
//! @{
|
||||
void requestRemoteAircraftDataFromXPlane();
|
||||
void requestRemoteAircraftDataFromXPlane(const BlackMisc::Aviation::CCallsignSet &callsigns);
|
||||
void triggerRequestRemoteAircraftDataFromXPlane(const BlackMisc::Aviation::CCallsignSet &callsigns);
|
||||
//! @}
|
||||
|
||||
//! Adding new aircraft @{
|
||||
//! Adding new aircraft
|
||||
//! @{
|
||||
void addNextPendingAircraft();
|
||||
void triggerAddNextPendingAircraft();
|
||||
//! @}
|
||||
@@ -220,7 +222,8 @@ namespace BlackSimPlugin
|
||||
//! Can the next aircraft be added? No other aircraft adding in progress?
|
||||
bool canAddAircraft() const;
|
||||
|
||||
//! Callbacks from simulator @{
|
||||
//! Callbacks from simulator
|
||||
//! @{
|
||||
void onRemoteAircraftAdded(const QString &callsign);
|
||||
void onRemoteAircraftAddingFailed(const QString &callsign);
|
||||
void updateRemoteAircraftFromSimulator(const QStringList &callsigns, const QDoubleList &latitudesDeg, const QDoubleList &longitudesDeg,
|
||||
@@ -230,7 +233,8 @@ namespace BlackSimPlugin
|
||||
//! Disconnect from DBus
|
||||
void disconnectFromDBus();
|
||||
|
||||
//! Send/receive settings @{
|
||||
//! Send/receive settings
|
||||
//! @{
|
||||
bool sendXSwiftBusSettings();
|
||||
BlackMisc::Simulation::Settings::CXSwiftBusSettings receiveXSwiftBusSettings(bool &ok);
|
||||
//! @}
|
||||
|
||||
Reference in New Issue
Block a user