mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add a display hang time so quick transmissions aren't missed.
This commit is contained in:
parent
617a6cbfcb
commit
bd5946ccd2
20 changed files with 313 additions and 124 deletions
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
class CYSFControl {
|
||||
public:
|
||||
CYSFControl(const std::string& callsign, IDisplay* display, unsigned int timeout, bool duplex, bool parrot);
|
||||
CYSFControl(const std::string& callsign, CDisplay* display, unsigned int timeout, bool duplex, bool parrot);
|
||||
~CYSFControl();
|
||||
|
||||
bool writeModem(unsigned char* data);
|
||||
|
|
@ -43,7 +43,7 @@ public:
|
|||
void clock();
|
||||
|
||||
private:
|
||||
IDisplay* m_display;
|
||||
CDisplay* m_display;
|
||||
bool m_duplex;
|
||||
CRingBuffer<unsigned char> m_queue;
|
||||
RPT_RF_STATE m_state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue