mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Add YSF low deviation mode.
This commit is contained in:
parent
ceb761f26e
commit
1a6f282782
10 changed files with 55 additions and 9 deletions
4
Modem.h
4
Modem.h
|
|
@ -41,6 +41,7 @@ public:
|
|||
void setModeParams(bool dstarEnabled, bool dmrEnabled, bool ysfEnabled, bool p25Enabled);
|
||||
void setLevels(unsigned int rxLevel, unsigned int cwIdTXLevel, unsigned int dstarTXLevel, unsigned int dmrTXLevel, unsigned int ysfTXLevel, unsigned int p25Enabled);
|
||||
void setDMRParams(unsigned int colorCode);
|
||||
void setYSFParams(bool loDev);
|
||||
|
||||
bool open();
|
||||
|
||||
|
|
@ -88,7 +89,8 @@ public:
|
|||
|
||||
private:
|
||||
std::string m_port;
|
||||
unsigned int m_colorCode;
|
||||
unsigned int m_dmrColorCode;
|
||||
bool m_ysfLoDev;
|
||||
bool m_duplex;
|
||||
bool m_rxInvert;
|
||||
bool m_txInvert;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue