mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
First go at System Fusion networking.
This commit is contained in:
parent
1d5ed691c4
commit
9ed2c00b0c
25 changed files with 571 additions and 171 deletions
|
|
@ -131,15 +131,16 @@ void CDisplay::clearDMR(unsigned int slotNo)
|
|||
}
|
||||
}
|
||||
|
||||
void CDisplay::writeFusion(const char* source, const char* dest)
|
||||
void CDisplay::writeFusion(const char* source, const char* dest, const char* type)
|
||||
{
|
||||
assert(source != NULL);
|
||||
assert(dest != NULL);
|
||||
assert(type != NULL);
|
||||
|
||||
m_timer1.start();
|
||||
m_mode1 = MODE_IDLE;
|
||||
|
||||
writeFusionInt(source, dest);
|
||||
writeFusionInt(source, dest, type);
|
||||
}
|
||||
|
||||
void CDisplay::clearFusion()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue