mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-24 07:15:38 +08:00
Merge branch 'master' into XLXs
This commit is contained in:
6
Conf.h
6
Conf.h
@@ -63,7 +63,8 @@ public:
|
||||
|
||||
// The General section
|
||||
bool getDaemon() const;
|
||||
unsigned int getTimeout() const;
|
||||
unsigned int getRFTimeout() const;
|
||||
unsigned int getNetTimeout() const;
|
||||
std::string getRptAddress() const;
|
||||
unsigned int getRptPort() const;
|
||||
std::string getLocalAddress() const;
|
||||
@@ -137,7 +138,8 @@ private:
|
||||
unsigned int m_rptPort;
|
||||
std::string m_localAddress;
|
||||
unsigned int m_localPort;
|
||||
unsigned int m_timeout;
|
||||
unsigned int m_rfTimeout;
|
||||
unsigned int m_netTimeout;
|
||||
bool m_ruleTrace;
|
||||
bool m_debug;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user