mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Handle M17 in the display code.
This commit is contained in:
10
CASTInfo.cpp
10
CASTInfo.cpp
@@ -130,6 +130,16 @@ void CCASTInfo::clearNXDNInt()
|
||||
{
|
||||
}
|
||||
|
||||
void CCASTInfo::writeM17Int(const char* source, const char* dest, const char* type)
|
||||
{
|
||||
if (m_modem != NULL)
|
||||
m_modem->writeM17Info(source, dest, type);
|
||||
}
|
||||
|
||||
void CCASTInfo::clearM17Int()
|
||||
{
|
||||
}
|
||||
|
||||
void CCASTInfo::writePOCSAGInt(uint32_t ric, const std::string& message)
|
||||
{
|
||||
if (m_modem != NULL)
|
||||
|
||||
Reference in New Issue
Block a user