mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-04 22:05:41 +08:00
Identify an MMDVM in DMO mode for DMR network reporting.
This commit is contained in:
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();
|
||||
|
||||
Reference in New Issue
Block a user