mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Add the YSF TX hang parameter.
This commit is contained in:
parent
a65fba4320
commit
31beeee604
6 changed files with 33 additions and 14 deletions
3
Modem.h
3
Modem.h
|
|
@ -41,7 +41,7 @@ public:
|
|||
void setModeParams(bool dstarEnabled, bool dmrEnabled, bool ysfEnabled, bool p25Enabled, bool nxdnEnabled);
|
||||
void setLevels(float rxLevel, float cwIdTXLevel, float dstarTXLevel, float dmrTXLevel, float ysfTXLevel, float p25TXLevel, float nxdnTXLevel);
|
||||
void setDMRParams(unsigned int colorCode);
|
||||
void setYSFParams(bool loDev);
|
||||
void setYSFParams(bool loDev, unsigned int txHang);
|
||||
|
||||
bool open();
|
||||
|
||||
|
|
@ -96,6 +96,7 @@ private:
|
|||
std::string m_port;
|
||||
unsigned int m_dmrColorCode;
|
||||
bool m_ysfLoDev;
|
||||
unsigned int m_ysfTXHang;
|
||||
bool m_duplex;
|
||||
bool m_rxInvert;
|
||||
bool m_txInvert;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue