// Generated by gencpp from file robot_geometry_msgs/AccelWithCovariance.msg // DO NOT EDIT! #ifndef GEOMETRY_MSGS_MESSAGE_ACCELWITHCOVARIANCE_H #define GEOMETRY_MSGS_MESSAGE_ACCELWITHCOVARIANCE_H #include #include #include #include #include #include namespace robot_geometry_msgs { template struct AccelWithCovariance_ { typedef AccelWithCovariance_ Type; AccelWithCovariance_() : accel(), covariance() { covariance.assign(0.0); } AccelWithCovariance_(const ContainerAllocator &_alloc) : accel(_alloc), covariance() { (void)_alloc; covariance.assign(0.0); } typedef ::robot_geometry_msgs::Accel_ _accel_type; _accel_type accel; typedef boost::array _covariance_type; _covariance_type covariance; typedef boost::shared_ptr<::robot_geometry_msgs::AccelWithCovariance_> Ptr; typedef boost::shared_ptr<::robot_geometry_msgs::AccelWithCovariance_ const> ConstPtr; }; // struct AccelWithCovariance_ typedef ::robot_geometry_msgs::AccelWithCovariance_> AccelWithCovariance; typedef boost::shared_ptr<::robot_geometry_msgs::AccelWithCovariance> AccelWithCovariancePtr; typedef boost::shared_ptr<::robot_geometry_msgs::AccelWithCovariance const> AccelWithCovarianceConstPtr; // constants requiring out of line definition template bool operator==(const ::robot_geometry_msgs::AccelWithCovariance_ &lhs, const ::robot_geometry_msgs::AccelWithCovariance_ &rhs) { return lhs.accel == rhs.accel && lhs.covariance == rhs.covariance; } template bool operator!=(const ::robot_geometry_msgs::AccelWithCovariance_ &lhs, const ::robot_geometry_msgs::AccelWithCovariance_ &rhs) { return !(lhs == rhs); } } // namespace robot_geometry_msgs #endif // GEOMETRY_MSGS_MESSAGE_ACCELWITHCOVARIANCE_H