Add more details to the IMRS description.

This commit is contained in:
Jonathan Naylor 2020-08-21 13:37:37 +01:00
parent 1b8b2918c0
commit 019ee2437e
10 changed files with 24 additions and 15 deletions

View file

@ -63,7 +63,7 @@ CFCSNetwork::~CFCSNetwork()
delete[] m_ping;
}
std::string CFCSNetwork::getDesc()
std::string CFCSNetwork::getDesc(unsigned int dgId)
{
return "FCS: " + m_reflector;
}