mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-08 07:53:49 +00:00
Increase TA and GPS to message level, and allow it to be controlled from
the ini file.
This commit is contained in:
parent
26010e5b54
commit
1dbaec9331
8 changed files with 72 additions and 36 deletions
2
Conf.h
2
Conf.h
|
|
@ -99,6 +99,7 @@ public:
|
|||
unsigned int getDMRId() const;
|
||||
unsigned int getDMRColorCode() const;
|
||||
bool getDMREmbeddedLCOnly() const;
|
||||
bool getDMRDumpTAData() const;
|
||||
bool getDMRSelfOnly() const;
|
||||
std::vector<unsigned int> getDMRPrefixes() const;
|
||||
std::vector<unsigned int> getDMRBlackList() const;
|
||||
|
|
@ -249,6 +250,7 @@ private:
|
|||
unsigned int m_dmrColorCode;
|
||||
bool m_dmrSelfOnly;
|
||||
bool m_dmrEmbeddedLCOnly;
|
||||
bool m_dmrDumpTAData;
|
||||
std::vector<unsigned int> m_dmrPrefixes;
|
||||
std::vector<unsigned int> m_dmrBlackList;
|
||||
std::vector<unsigned int> m_dmrWhiteList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue