mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +08:00
Add special ALL id (0xFFFFFF).
This commit is contained in:
@@ -72,6 +72,9 @@ std::string CDMRLookup::find(unsigned int id) const
|
|||||||
{
|
{
|
||||||
std::string callsign;
|
std::string callsign;
|
||||||
|
|
||||||
|
if (id == 0xFFFFFFU)
|
||||||
|
return std::string("ALL");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
callsign = m_table.at(id);
|
callsign = m_table.at(id);
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
|
|||||||
Reference in New Issue
Block a user