mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-05 14:25:43 +00:00
Add Mobile GPS to ircDDB Gateway Config GUI.
This commit is contained in:
parent
baeee75cfd
commit
e57faf2418
7 changed files with 197 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2010-2014 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2010-2014,2018 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -25,6 +25,7 @@
|
|||
#include "IRCDDBGatewayConfig.h"
|
||||
#include "RepeaterInfoSet.h"
|
||||
#include "RepeaterDataSet.h"
|
||||
#include "MobileGPSSet.h"
|
||||
#include "StarNetSet.h"
|
||||
#include "RemoteSet.h"
|
||||
#include "DExtraSet.h"
|
||||
|
|
@ -65,13 +66,14 @@ private:
|
|||
CDExtraSet* m_dextra;
|
||||
CDPlusSet* m_dplus;
|
||||
CDCSSet* m_dcs;
|
||||
CXLXSet* m_xlx;
|
||||
CXLXSet* m_xlx;
|
||||
CStarNetSet* m_starNet1;
|
||||
CStarNetSet* m_starNet2;
|
||||
CStarNetSet* m_starNet3;
|
||||
CStarNetSet* m_starNet4;
|
||||
CStarNetSet* m_starNet5;
|
||||
CRemoteSet* m_remote;
|
||||
CMobileGPSSet* m_mobileGPS;
|
||||
CIRCDDBGatewayConfigMiscellaneousSet* m_miscellaneous;
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue