mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Merge branch 'master' into AX25_FM
This commit is contained in:
commit
97a10c7e30
13 changed files with 48 additions and 47 deletions
2
Modem.h
2
Modem.h
|
|
@ -88,7 +88,7 @@ public:
|
|||
|
||||
virtual bool writeDStarInfo(const char* my1, const char* my2, const char* your, const char* type, const char* reflector) = 0;
|
||||
virtual bool writeDMRInfo(unsigned int slotNo, const std::string& src, bool group, const std::string& dst, const char* type) = 0;
|
||||
virtual bool writeYSFInfo(const char* source, const char* dest, const char* type, const char* origin) = 0;
|
||||
virtual bool writeYSFInfo(const char* source, const char* dest, unsigned char dgid, const char* type, const char* origin) = 0;
|
||||
virtual bool writeP25Info(const char* source, bool group, unsigned int dest, const char* type) = 0;
|
||||
virtual bool writeNXDNInfo(const char* source, bool group, unsigned int dest, const char* type) = 0;
|
||||
virtual bool writePOCSAGInfo(unsigned int ric, const std::string& message) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue