// Generated by gencpp from file robot_geometry_msgs/QuaternionStamped.msg // DO NOT EDIT! #ifndef GEOMETRY_MSGS_MESSAGE_QUATERNIONSTAMPED_H #define GEOMETRY_MSGS_MESSAGE_QUATERNIONSTAMPED_H #include #include #include #include #include #include namespace robot_geometry_msgs { template struct QuaternionStamped_ { typedef QuaternionStamped_ Type; QuaternionStamped_() : header(), quaternion() { } QuaternionStamped_(const ContainerAllocator &_alloc) : header(_alloc), quaternion(_alloc) { (void)_alloc; } typedef ::std_msgs::Header_ _header_type; _header_type header; typedef ::robot_geometry_msgs::Quaternion_ _quaternion_type; _quaternion_type quaternion; typedef boost::shared_ptr<::robot_geometry_msgs::QuaternionStamped_> Ptr; typedef boost::shared_ptr<::robot_geometry_msgs::QuaternionStamped_ const> ConstPtr; }; // struct QuaternionStamped_ typedef ::robot_geometry_msgs::QuaternionStamped_> QuaternionStamped; typedef boost::shared_ptr<::robot_geometry_msgs::QuaternionStamped> QuaternionStampedPtr; typedef boost::shared_ptr<::robot_geometry_msgs::QuaternionStamped const> QuaternionStampedConstPtr; // constants requiring out of line definition template bool operator==(const ::robot_geometry_msgs::QuaternionStamped_ &lhs, const ::robot_geometry_msgs::QuaternionStamped_ &rhs) { return lhs.header == rhs.header && lhs.quaternion == rhs.quaternion; } template bool operator!=(const ::robot_geometry_msgs::QuaternionStamped_ &lhs, const ::robot_geometry_msgs::QuaternionStamped_ &rhs) { return !(lhs == rhs); } } // namespace robot_geometry_msgs #endif // GEOMETRY_MSGS_MESSAGE_QUATERNIONSTAMPED_H