mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-05 06:15:30 +00:00
Re-do the FCS reflectors a little to include a description.
This commit is contained in:
parent
0d777da182
commit
c1789ffd0f
8 changed files with 28 additions and 25 deletions
|
|
@ -465,8 +465,8 @@ void CYSFGateway::createWiresX(CYSFNetwork* rptNetwork)
|
|||
if (port > 0U)
|
||||
m_wiresX->setYSF2DMR(address, port);
|
||||
|
||||
std::vector<std::string> entries = m_conf.getFCSNetworkEntries();
|
||||
for (std::vector<std::string>::const_iterator it = entries.cbegin(); it != entries.cend(); ++it)
|
||||
std::vector<std::pair<std::string, std::string>> entries = m_conf.getFCSNetworkEntries();
|
||||
for (std::vector<std::pair<std::string, std::string>>::const_iterator it = entries.cbegin(); it != entries.cend(); ++it)
|
||||
m_wiresX->addFCSRoom(*it);
|
||||
|
||||
m_reflectors->load();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue