mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Identify an MMDVM in DMO mode for DMR network reporting.
This commit is contained in:
parent
d6466f6e94
commit
d84b3cbd7d
6 changed files with 41 additions and 6 deletions
4
Modem.h
4
Modem.h
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "SerialController.h"
|
||||
#include "RingBuffer.h"
|
||||
#include "Defines.h"
|
||||
#include "Timer.h"
|
||||
|
||||
#include <string>
|
||||
|
|
@ -71,6 +72,8 @@ public:
|
|||
|
||||
bool sendCWId(const std::string& callsign);
|
||||
|
||||
HW_TYPE getHWType() const;
|
||||
|
||||
void clock(unsigned int ms);
|
||||
|
||||
void close();
|
||||
|
|
@ -117,6 +120,7 @@ private:
|
|||
bool m_tx;
|
||||
bool m_lockout;
|
||||
bool m_error;
|
||||
HW_TYPE m_hwType;
|
||||
|
||||
bool readVersion();
|
||||
bool readStatus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue