mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
More DBus tests
This commit is contained in:
@@ -106,6 +106,18 @@ public slots:
|
||||
*/
|
||||
void receiveTrack(const BlackMisc::Aviation::CTrack &track);
|
||||
|
||||
/*!
|
||||
* \brief Receive a length
|
||||
* \param length
|
||||
*/
|
||||
void receiveLength(const BlackMisc::PhysicalQuantities::CLength &length);
|
||||
|
||||
/*!
|
||||
* \brief Receive lengths
|
||||
* \param length
|
||||
*/
|
||||
void receiveLengths(const QVariantList &lengths);
|
||||
|
||||
public:
|
||||
static const QString ServiceName;
|
||||
static const QString ServicePath;
|
||||
|
||||
Reference in New Issue
Block a user