Adding pseudo YSF2DMR reflector

This commit is contained in:
Andy CA6JAU 2018-01-28 23:05:25 -03:00
parent a56716d0c5
commit fe410b937a
8 changed files with 57 additions and 1 deletions

View file

@ -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();