mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Add seperate RF and Network mode timeouts.
This commit is contained in:
parent
1aa7ca537d
commit
10e3a85691
5 changed files with 76 additions and 32 deletions
6
Conf.h
6
Conf.h
|
|
@ -34,7 +34,8 @@ public:
|
|||
std::string getCallsign() const;
|
||||
unsigned int getTimeout() const;
|
||||
bool getDuplex() const;
|
||||
unsigned int getModeHang() const;
|
||||
unsigned int getRFModeHang() const;
|
||||
unsigned int getNetModeHang() const;
|
||||
std::string getDisplay() const;
|
||||
bool getDaemon() const;
|
||||
|
||||
|
|
@ -161,7 +162,8 @@ private:
|
|||
std::string m_callsign;
|
||||
unsigned int m_timeout;
|
||||
bool m_duplex;
|
||||
unsigned int m_modeHang;
|
||||
unsigned int m_rfModeHang;
|
||||
unsigned int m_netModeHang;
|
||||
std::string m_display;
|
||||
bool m_daemon;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue