mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Enabled coordinates for DBus
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "avallclasses.h"
|
||||
#include "pqallquantities.h"
|
||||
#include "mathallclasses.h"
|
||||
#include "geoallclasses.h"
|
||||
|
||||
namespace BlackMisc {
|
||||
|
||||
@@ -42,7 +43,18 @@ namespace Math {
|
||||
*/
|
||||
void registerMetadata();
|
||||
|
||||
}
|
||||
} // Math
|
||||
|
||||
namespace Geo {
|
||||
|
||||
/*!
|
||||
* \brief Register metadata for geo (coordinates)
|
||||
*/
|
||||
void registerMetadata();
|
||||
|
||||
} // Geo
|
||||
|
||||
|
||||
|
||||
/*!
|
||||
* \brief Register all relevant metadata in BlackMisc
|
||||
|
||||
Reference in New Issue
Block a user