Explicitely add YCS support.

This commit is contained in:
Jonathan Naylor 2020-09-22 13:09:03 +01:00
parent 0a4260a23c
commit 2043036afe
11 changed files with 136 additions and 72 deletions

View file

@ -58,6 +58,11 @@ std::string CIMRSNetwork::getDesc(unsigned int dgId)
return "IMRS: " + ptr->m_name;
}
unsigned int CIMRSNetwork::getDGId()
{
return 0U;
}
bool CIMRSNetwork::open()
{
LogMessage("Opening IMRS network connection");