76 group.m_sGroupName = sensorGroupElement.attribute(
"GroupName",
"");
77 qint32 t_iNumChannels = sensorGroupElement.attribute(
"NumChannels",
"").toInt();
78 group.m_qListChannels = sensorGroupElement.text().split(
":");
80 if(t_iNumChannels != group.m_qListChannels.size())
81 qWarning() <<
"Warning: Number of group channels do not match!";
Declaration of the SensorGroup Class.
static SensorGroup parseSensorGroup(const QDomElement &sensorGroupElement)
The SensorGroup class represents a sensor selection group.