mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Add SMeter to DStar ack and error
This commit is contained in:
parent
4c4ea18319
commit
f5e3427cd8
13 changed files with 129 additions and 20 deletions
4
Conf.h
4
Conf.h
|
|
@ -116,7 +116,7 @@ public:
|
|||
std::vector<std::string> getDStarWhiteList() const;
|
||||
bool getDStarAckReply() const;
|
||||
unsigned int getDStarAckTime() const;
|
||||
bool getDStarAckMessage() const;
|
||||
DSTAR_ACK_MESSAGE getDStarAckMessage() const;
|
||||
bool getDStarErrorReply() const;
|
||||
bool getDStarRemoteGateway() const;
|
||||
unsigned int getDStarModeHang() const;
|
||||
|
|
@ -391,7 +391,7 @@ private:
|
|||
std::vector<std::string> m_dstarWhiteList;
|
||||
bool m_dstarAckReply;
|
||||
unsigned int m_dstarAckTime;
|
||||
bool m_dstarAckMessage;
|
||||
DSTAR_ACK_MESSAGE m_dstarAckMessage;
|
||||
bool m_dstarErrorReply;
|
||||
bool m_dstarRemoteGateway;
|
||||
unsigned int m_dstarModeHang;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue