mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-08 16:03:54 +00:00
DMR beacon handling.
This commit is contained in:
parent
bab0c3492a
commit
f165b3ca89
8 changed files with 49 additions and 14 deletions
2
Conf.h
2
Conf.h
|
|
@ -69,6 +69,7 @@ public:
|
|||
|
||||
// The DMR section
|
||||
bool getDMREnabled() const;
|
||||
bool getDMRBeacons() const;
|
||||
unsigned int getDMRId() const;
|
||||
unsigned int getDMRColorCode() const;
|
||||
|
||||
|
|
@ -134,6 +135,7 @@ private:
|
|||
std::string m_dstarModule;
|
||||
|
||||
bool m_dmrEnabled;
|
||||
bool m_dmrBeacons;
|
||||
unsigned int m_dmrId;
|
||||
unsigned int m_dmrColorCode;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue