|
|
|
@ -52,7 +52,7 @@ class Group : public GroupBase, public DataStreamer<DataType>
|
|
|
|
|
{
|
|
|
|
|
protected:
|
|
|
|
|
virtual void initSupported() {
|
|
|
|
|
TQValueList<DataType *> list = fromCppString(dataStream(), dataSize());
|
|
|
|
|
TQValueList<DataType *> list = this->fromCppString(dataStream(), dataSize());
|
|
|
|
|
for (uint i=0; i<uint(list.count()); i++) addDevice(list[i]->name(), list[i], ::Group::Support::Tested);
|
|
|
|
|
}
|
|
|
|
|
virtual uint dataSize() const = 0;
|
|
|
|
|