mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Add RSSI display for all modes.
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include "DMRData.h"
|
||||
#include "Display.h"
|
||||
#include "Defines.h"
|
||||
#include "DMREMB.h"
|
||||
#include "Timer.h"
|
||||
#include "Modem.h"
|
||||
#include "DMRLC.h"
|
||||
@@ -84,8 +83,11 @@ private:
|
||||
unsigned int m_netErrs;
|
||||
unsigned char* m_lastFrame;
|
||||
bool m_lastFrameValid;
|
||||
CDMREMB m_lastEMB;
|
||||
unsigned char m_rssi;
|
||||
unsigned char m_maxRSSI;
|
||||
unsigned char m_minRSSI;
|
||||
unsigned int m_aveRSSI;
|
||||
unsigned int m_rssiCount;
|
||||
FILE* m_fp;
|
||||
|
||||
static unsigned int m_colorCode;
|
||||
|
||||
Reference in New Issue
Block a user