mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Add output of information about incoming reflector
This commit is contained in:
parent
103950d27f
commit
bf128e76f3
10 changed files with 28 additions and 14 deletions
|
|
@ -33,7 +33,7 @@ public:
|
|||
virtual void setLockout() = 0;
|
||||
virtual void setError(const char* text) = 0;
|
||||
|
||||
virtual void writeDStar(const char* my1, const char* my2, const char* your, const char* type) = 0;
|
||||
virtual void writeDStar(const char* my1, const char* my2, const char* your, const char* type, const char* reflector) = 0;
|
||||
virtual void clearDStar() = 0;
|
||||
|
||||
virtual void writeDMR(unsigned int slotNo, const char* src, bool group, const char* dst, const char* type) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue