// Generated by gencpp from file robot_geometry_msgs/InertiaStamped.msg // DO NOT EDIT! #ifndef GEOMETRY_MSGS_MESSAGE_INERTIASTAMPED_H #define GEOMETRY_MSGS_MESSAGE_INERTIASTAMPED_H #include #include #include #include #include #include namespace robot_geometry_msgs { template struct InertiaStamped_ { typedef InertiaStamped_ Type; InertiaStamped_() : header(), inertia() { } InertiaStamped_(const ContainerAllocator &_alloc) : header(_alloc), inertia(_alloc) { (void)_alloc; } typedef ::std_msgs::Header_ _header_type; _header_type header; typedef ::robot_geometry_msgs::Inertia_ _inertia_type; _inertia_type inertia; typedef boost::shared_ptr<::robot_geometry_msgs::InertiaStamped_> Ptr; typedef boost::shared_ptr<::robot_geometry_msgs::InertiaStamped_ const> ConstPtr; }; // struct InertiaStamped_ typedef ::robot_geometry_msgs::InertiaStamped_> InertiaStamped; typedef boost::shared_ptr<::robot_geometry_msgs::InertiaStamped> InertiaStampedPtr; typedef boost::shared_ptr<::robot_geometry_msgs::InertiaStamped const> InertiaStampedConstPtr; // constants requiring out of line definition template bool operator==(const ::robot_geometry_msgs::InertiaStamped_ &lhs, const ::robot_geometry_msgs::InertiaStamped_ &rhs) { return lhs.header == rhs.header && lhs.inertia == rhs.inertia; } template bool operator!=(const ::robot_geometry_msgs::InertiaStamped_ &lhs, const ::robot_geometry_msgs::InertiaStamped_ &rhs) { return !(lhs == rhs); } } // namespace robot_geometry_msgs #endif // GEOMETRY_MSGS_MESSAGE_INERTIASTAMPED_H