mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #248 doxygen
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
|
||||
//! \file
|
||||
|
||||
//! \namespace XBus
|
||||
/*!
|
||||
* \namespace XBus
|
||||
* Plugin loaded by X-Plane which publishes a DBus service
|
||||
*/
|
||||
|
||||
#define NOMINMAX
|
||||
#include "menus.h"
|
||||
@@ -31,8 +34,10 @@ namespace XBus
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
CPlugin();
|
||||
|
||||
//! Called by XPluginReceiveMessage when the model is changed
|
||||
void onAircraftModelChanged();
|
||||
|
||||
private:
|
||||
|
||||
@@ -11,7 +11,9 @@
|
||||
#include "datarefs.h"
|
||||
#include <QObject>
|
||||
|
||||
//! \private
|
||||
#define XBUS_SERVICE_INTERFACENAME "net.vatsim.PilotClient.XBus"
|
||||
//! \private
|
||||
#define XBUS_SERVICE_OBJECTPATH "/XBus"
|
||||
|
||||
namespace XBus
|
||||
|
||||
Reference in New Issue
Block a user