mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-05 14:25:43 +00:00
Use the header my callsign for the APRS callsign on a TH-D74.
This commit is contained in:
parent
ba7d848f78
commit
71f388197f
5 changed files with 58 additions and 35 deletions
|
|
@ -22,6 +22,7 @@
|
|||
#include "APRSWriterThread.h"
|
||||
#include "APRSCollector.h"
|
||||
#include "DStarDefines.h"
|
||||
#include "HeaderData.h"
|
||||
#include "AMBEData.h"
|
||||
#include "Timer.h"
|
||||
#include "Defs.h"
|
||||
|
|
@ -73,9 +74,9 @@ public:
|
|||
|
||||
void setPort(const wxString& callsign, const wxString& band, double frequency, double offset, double range, double latitude, double longitude, double agl);
|
||||
|
||||
void writeData(const wxString& callsign, const CAMBEData& data);
|
||||
void writeHeader(const wxString& callsign, const CHeaderData& header);
|
||||
|
||||
void reset(const wxString& callsign);
|
||||
void writeData(const wxString& callsign, const CAMBEData& data);
|
||||
|
||||
bool isConnected() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue