mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-21 06:03:58 +00:00
Adding pseudo YSF2DMR reflector
This commit is contained in:
parent
a56716d0c5
commit
fe410b937a
8 changed files with 57 additions and 1 deletions
|
|
@ -152,6 +152,11 @@ void CWiresX::setParrot(const std::string& address, unsigned int port)
|
|||
m_reflectors.setParrot(address, port);
|
||||
}
|
||||
|
||||
void CWiresX::setYSF2DMR(const std::string& address, unsigned int port)
|
||||
{
|
||||
m_reflectors.setYSF2DMR(address, port);
|
||||
}
|
||||
|
||||
bool CWiresX::start()
|
||||
{
|
||||
bool ret = m_reflectors.load();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue