mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Update the display code for P25.
This commit is contained in:
parent
3079c9faf2
commit
e2ec5292b5
12 changed files with 241 additions and 0 deletions
|
|
@ -68,6 +68,14 @@ void CNullDisplay::clearFusionInt()
|
|||
{
|
||||
}
|
||||
|
||||
void CNullDisplay::writeP25Int(const char* source, bool group, const char* dest, const char* type)
|
||||
{
|
||||
}
|
||||
|
||||
void CNullDisplay::clearP25Int()
|
||||
{
|
||||
}
|
||||
|
||||
void CNullDisplay::close()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue