mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add RSSI reporting for DMR only.
This commit is contained in:
parent
a60c4bf6f9
commit
059b960959
16 changed files with 105 additions and 37 deletions
|
|
@ -39,7 +39,7 @@ public:
|
|||
CDStarControl(const std::string& callsign, const std::string& module, bool selfOnly, const std::vector<std::string>& blackList, CDStarNetwork* network, CDisplay* display, unsigned int timeout, bool duplex);
|
||||
~CDStarControl();
|
||||
|
||||
bool writeModem(unsigned char* data);
|
||||
bool writeModem(unsigned char* data, unsigned int len);
|
||||
|
||||
unsigned int readModem(unsigned char* data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue