// Generated by gencpp from file robot_geometry_msgs/PointStamped.msg // DO NOT EDIT! #ifndef GEOMETRY_MSGS_MESSAGE_POINTSTAMPED_H #define GEOMETRY_MSGS_MESSAGE_POINTSTAMPED_H #include #include #include #include #include #include namespace robot_geometry_msgs { template struct PointStamped_ { typedef PointStamped_ Type; PointStamped_() : header(), point() { } PointStamped_(const ContainerAllocator &_alloc) : header(_alloc), point(_alloc) { (void)_alloc; } typedef ::std_msgs::Header_ _header_type; _header_type header; typedef ::robot_geometry_msgs::Point_ _point_type; _point_type point; typedef boost::shared_ptr<::robot_geometry_msgs::PointStamped_> Ptr; typedef boost::shared_ptr<::robot_geometry_msgs::PointStamped_ const> ConstPtr; }; // struct PointStamped_ typedef ::robot_geometry_msgs::PointStamped_> PointStamped; typedef boost::shared_ptr<::robot_geometry_msgs::PointStamped> PointStampedPtr; typedef boost::shared_ptr<::robot_geometry_msgs::PointStamped const> PointStampedConstPtr; // constants requiring out of line definition template bool operator==(const ::robot_geometry_msgs::PointStamped_ &lhs, const ::robot_geometry_msgs::PointStamped_ &rhs) { return lhs.header == rhs.header && lhs.point == rhs.point; } template bool operator!=(const ::robot_geometry_msgs::PointStamped_ &lhs, const ::robot_geometry_msgs::PointStamped_ &rhs) { return !(lhs == rhs); } } // namespace robot_geometry_msgs #endif // GEOMETRY_MSGS_MESSAGE_POINTSTAMPED_H