mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Add MobileGPS support for DMR.
This commit is contained in:
parent
2caa2e9a67
commit
e847711d17
16 changed files with 255 additions and 12 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include "P25Network.h"
|
||||
#include "DMRNetwork.h"
|
||||
#include "DMRLookup.h"
|
||||
#include "MobileGPS.h"
|
||||
#include "Display.h"
|
||||
#include "Timer.h"
|
||||
#include "Modem.h"
|
||||
|
|
@ -87,6 +88,7 @@ private:
|
|||
std::string m_cwCallsign;
|
||||
bool m_lockFileEnabled;
|
||||
std::string m_lockFileName;
|
||||
CMobileGPS* m_mobileGPS;
|
||||
|
||||
void readParams();
|
||||
bool createModem();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue