Allow half-duplex DMR for use with hotspot hardware.

This commit is contained in:
Jonathan Naylor 2016-02-15 18:01:21 +00:00
parent a4dc96133a
commit 656be113f5
5 changed files with 67 additions and 43 deletions

View file

@ -46,7 +46,7 @@ public:
void clock(unsigned int ms);
static void init(unsigned int colorCode, CModem* modem, CHomebrewDMRIPSC* network, IDisplay* display);
static void init(unsigned int colorCode, CModem* modem, CHomebrewDMRIPSC* network, IDisplay* display, bool duplex);
private:
unsigned int m_slotNo;
@ -73,6 +73,7 @@ private:
static CModem* m_modem;
static CHomebrewDMRIPSC* m_network;
static IDisplay* m_display;
static bool m_duplex;
static unsigned char* m_idle;