#pragma once namespace detail { } //! //! \note Each calls belonging to a ROS message group must derive from \class ROSMessageType. //! //! \brief The EmptyGroup struct is used by the \class ROSMessageType base class. //! //! The EmptyGroup struct is used by the \class ROSMessageType base class. Passing a class using this //! group will to the \class ROSJsonFactory will lead to a compile-time error. struct EmptyGroup {}; //! //! \brief The Point32Group struct is used the mark a class as a ROS Point32 message. //! //! The Point32Group struct is used the mark a class as a ROS Point32 message. struct Point32Group {}; //! //! \brief The GeoPointGroup struct is used the mark a class as a ROS geographic_msgs/GeoPoint message. //! //! The GeoPointGroup struct is used the mark a class as a ROS geographic_msgs/GeoPoint message. struct GeoPointGroup {}; //! //! \brief The PolygonGroup struct is used the mark a class as a ROS Polygon message. //! //! The PolygonGroup struct is used the mark a class as a ROS Polygon message. struct PolygonGroup {}; //! //! \brief The PolygonStampedGroup struct is used the mark a class as a ROS PolygonStamped message. //! //! The PolygonStampedGroup struct is used the mark a class as a ROS PolygonStamped message. struct PolygonStampedGroup {}; //! //! \brief The PolygonArrayGroup struct is used the mark a class as a ROS PolygonArray message. //! //! The PolygonArrayGroup struct is used the mark a class as a ROS PolygonArray message. struct PolygonArrayGroup {};