mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Optional non Embedded LC data suppression
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
void clock();
|
||||
|
||||
static void init(unsigned int colorCode, unsigned int callHang, CModem* modem, CDMRNetwork* network, CDisplay* display, bool duplex, CDMRLookup* lookup, CRSSIInterpolator* rssiMapper, unsigned int jitter);
|
||||
static void init(unsigned int colorCode, bool embeddedLCOnly, unsigned int callHang, CModem* modem, CDMRNetwork* network, CDisplay* display, bool duplex, CDMRLookup* lookup, CRSSIInterpolator* rssiMapper, unsigned int jitter);
|
||||
|
||||
private:
|
||||
unsigned int m_slotNo;
|
||||
@@ -98,6 +98,8 @@ private:
|
||||
|
||||
static unsigned int m_colorCode;
|
||||
|
||||
static bool m_embeddedLCOnly;
|
||||
|
||||
static CModem* m_modem;
|
||||
static CDMRNetwork* m_network;
|
||||
static CDisplay* m_display;
|
||||
|
||||
Reference in New Issue
Block a user