mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Add RSSI logging to D-Star and YSF.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
class CYSFControl {
|
||||
public:
|
||||
CYSFControl(const std::string& callsign, CYSFNetwork* network, CDisplay* display, unsigned int timeout, bool duplex);
|
||||
CYSFControl(const std::string& callsign, CYSFNetwork* network, CDisplay* display, unsigned int timeout, bool duplex, int rssiMultiplier, int rssiOffset);
|
||||
~CYSFControl();
|
||||
|
||||
bool writeModem(unsigned char* data, unsigned int len);
|
||||
@@ -71,6 +71,8 @@ private:
|
||||
unsigned char m_netN;
|
||||
CYSFPayload m_rfPayload;
|
||||
CYSFPayload m_netPayload;
|
||||
int m_rssiMultiplier;
|
||||
int m_rssiOffset;
|
||||
FILE* m_fp;
|
||||
|
||||
void writeQueueRF(const unsigned char* data);
|
||||
|
||||
Reference in New Issue
Block a user