// Generated by gencpp from file robot_geometry_msgs/AccelStamped.msg // DO NOT EDIT! #ifndef GEOMETRY_MSGS_MESSAGE_ACCELSTAMPED_H #define GEOMETRY_MSGS_MESSAGE_ACCELSTAMPED_H #include #include #include #include #include #include namespace robot_geometry_msgs { template struct AccelStamped_ { typedef AccelStamped_ Type; AccelStamped_() : header(), accel() { } AccelStamped_(const ContainerAllocator &_alloc) : header(_alloc), accel(_alloc) { (void)_alloc; } typedef ::std_msgs::Header_ _header_type; _header_type header; typedef ::robot_geometry_msgs::Accel_ _accel_type; _accel_type accel; typedef boost::shared_ptr<::robot_geometry_msgs::AccelStamped_> Ptr; typedef boost::shared_ptr<::robot_geometry_msgs::AccelStamped_ const> ConstPtr; }; // struct AccelStamped_ typedef ::robot_geometry_msgs::AccelStamped_> AccelStamped; typedef boost::shared_ptr<::robot_geometry_msgs::AccelStamped> AccelStampedPtr; typedef boost::shared_ptr<::robot_geometry_msgs::AccelStamped const> AccelStampedConstPtr; template bool operator==(const ::robot_geometry_msgs::AccelStamped_ &lhs, const ::robot_geometry_msgs::AccelStamped_ &rhs) { return lhs.header == rhs.header && lhs.accel == rhs.accel; } template bool operator!=(const ::robot_geometry_msgs::AccelStamped_ &lhs, const ::robot_geometry_msgs::AccelStamped_ &rhs) { return !(lhs == rhs); } } // namespace robot_geometry_msgs #endif // GEOMETRY_MSGS_MESSAGE_ACCELSTAMPED_H