// Generated by gencpp from file robot_geometry_msgs/AccelWithCovarianceStamped.msg // DO NOT EDIT! #ifndef GEOMETRY_MSGS_MESSAGE_ACCELWITHCOVARIANCESTAMPED_H #define GEOMETRY_MSGS_MESSAGE_ACCELWITHCOVARIANCESTAMPED_H #include #include #include #include #include #include namespace robot_geometry_msgs { template struct AccelWithCovarianceStamped_ { typedef AccelWithCovarianceStamped_ Type; AccelWithCovarianceStamped_() : header(), accel() { } AccelWithCovarianceStamped_(const ContainerAllocator &_alloc) : header(_alloc), accel(_alloc) { (void)_alloc; } typedef ::std_msgs::Header_ _header_type; _header_type header; typedef ::robot_geometry_msgs::AccelWithCovariance_ _accel_type; _accel_type accel; typedef boost::shared_ptr<::robot_geometry_msgs::AccelWithCovarianceStamped_> Ptr; typedef boost::shared_ptr<::robot_geometry_msgs::AccelWithCovarianceStamped_ const> ConstPtr; }; // struct AccelWithCovarianceStamped_ typedef ::robot_geometry_msgs::AccelWithCovarianceStamped_> AccelWithCovarianceStamped; typedef boost::shared_ptr<::robot_geometry_msgs::AccelWithCovarianceStamped> AccelWithCovarianceStampedPtr; typedef boost::shared_ptr<::robot_geometry_msgs::AccelWithCovarianceStamped const> AccelWithCovarianceStampedConstPtr; // constants requiring out of line definition template bool operator==(const ::robot_geometry_msgs::AccelWithCovarianceStamped_ &lhs, const ::robot_geometry_msgs::AccelWithCovarianceStamped_ &rhs) { return lhs.header == rhs.header && lhs.accel == rhs.accel; } template bool operator!=(const ::robot_geometry_msgs::AccelWithCovarianceStamped_ &lhs, const ::robot_geometry_msgs::AccelWithCovarianceStamped_ &rhs) { return !(lhs == rhs); } } // namespace robot_geometry_msgs #endif // GEOMETRY_MSGS_MESSAGE_ACCELWITHCOVARIANCESTAMPED_H