Add ranges to dynamic rewrite exclusion private calls/talk groups.

This commit is contained in:
Jonathan Naylor
2020-05-03 22:24:37 +01:00
parent 8e75b2453b
commit d0ceb64163
6 changed files with 73 additions and 25 deletions

2
Conf.h
View File

@@ -61,7 +61,7 @@ struct CTGDynRewriteStruct {
unsigned int m_statusPC;
unsigned int m_toTG;
unsigned int m_range;
std::vector<unsigned int> m_exclTGs;
std::vector<std::pair<unsigned int, unsigned int>> m_exclTGs;
};
struct CIdRewriteStruct {