mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Ref T302, register metadata functions
This commit is contained in:
@@ -87,6 +87,9 @@ namespace BlackMisc
|
||||
//! Get reference north (magnetic or true)
|
||||
ReferenceNorth getReferenceNorth() const { return m_north; }
|
||||
|
||||
//! Register metadata
|
||||
static void registerMetadata();
|
||||
|
||||
private:
|
||||
ReferenceNorth m_north; //!< magnetic or true?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user