Start the voice transmission module.

This commit is contained in:
Jonathan Naylor
2017-05-01 14:46:43 +01:00
parent 55cb6beaf2
commit b9ebdee601
9 changed files with 228 additions and 15 deletions

7
Conf.h
View File

@@ -47,6 +47,10 @@ public:
std::string getLogFilePath() const;
std::string getLogFileRoot() const;
// The Voice section
bool getVoiceEnabled() const;
std::string getVoiceLanguage() const;
// The DMR Network section
std::string getDMRNetworkAddress() const;
unsigned int getDMRNetworkPort() const;
@@ -74,6 +78,9 @@ private:
unsigned int m_timeout;
bool m_debug;
bool m_voiceEnabled;
std::string m_voiceLanguage;
unsigned int m_logDisplayLevel;
unsigned int m_logFileLevel;
std::string m_logFilePath;