mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +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;
|
||||
|
||||
if (id == 0xFFFFFFU)
|
||||
return std::string("ALL");
|
||||
|
||||
try {
|
||||
callsign = m_table.at(id);
|
||||
} catch (...) {
|
||||
|
||||
Reference in New Issue
Block a user