mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-24 07:15:38 +08:00
Move the location to the DMR Gateway from the Host.
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -103,6 +103,7 @@ public:
|
||||
float getInfoLatitude() const;
|
||||
float getInfoLongitude() const;
|
||||
int getInfoHeight() const;
|
||||
std::string getInfoLocation() const;
|
||||
std::string getInfoDescription() const;
|
||||
std::string getInfoURL() const;
|
||||
|
||||
@@ -256,6 +257,7 @@ private:
|
||||
float m_infoLatitude;
|
||||
float m_infoLongitude;
|
||||
int m_infoHeight;
|
||||
std::string m_infoLocation;
|
||||
std::string m_infoDescription;
|
||||
std::string m_infoURL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user