mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Restore the branch
This commit is contained in:
12
CASTInfo.cpp
12
CASTInfo.cpp
@@ -21,7 +21,7 @@
|
||||
static bool networkInfoInitialized = false;
|
||||
static unsigned char passCounter = 0;
|
||||
|
||||
CCASTInfo::CCASTInfo(CModem* modem) :
|
||||
CCASTInfo::CCASTInfo(IModem* modem) :
|
||||
CDisplay(),
|
||||
m_modem(modem),
|
||||
m_ipaddress()
|
||||
@@ -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