mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Allow the USRP audio format to be used natively by the FM networking.
This commit is contained in:
parent
7c14a6ec40
commit
fb0d1ef5e2
7 changed files with 139 additions and 45 deletions
2
Conf.h
2
Conf.h
|
|
@ -296,6 +296,7 @@ public:
|
|||
|
||||
// The FM Network section
|
||||
bool getFMNetworkEnabled() const;
|
||||
std::string getFMNetworkFormat() const;
|
||||
std::string getFMGatewayAddress() const;
|
||||
unsigned int getFMGatewayPort() const;
|
||||
std::string getFMLocalAddress() const;
|
||||
|
|
@ -603,6 +604,7 @@ private:
|
|||
bool m_pocsagNetworkDebug;
|
||||
|
||||
bool m_fmNetworkEnabled;
|
||||
std::string m_fmNetworkFormat;
|
||||
std::string m_fmGatewayAddress;
|
||||
unsigned int m_fmGatewayPort;
|
||||
std::string m_fmLocalAddress;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue