#pragma once #include #include "ROSMessageType.h" template class ContainerType > class PolygonArray : public ROSMessageType, public ContainerType { public: explicit PolygonArray() : ROSMessageType(), ContainerType() {} PolygonArray(const PolygonArray &other) : ContainerType(other) {} QString type() const override {return typeName;} static const char *typeName; };