// Generated by gencpp from file waterplus_map_tools/GetWaypointByNameResponse.msg // DO NOT EDIT! #ifndef WATERPLUS_MAP_TOOLS_MESSAGE_GETWAYPOINTBYNAMERESPONSE_H #define WATERPLUS_MAP_TOOLS_MESSAGE_GETWAYPOINTBYNAMERESPONSE_H #include #include #include #include #include #include #include #include namespace waterplus_map_tools { template struct GetWaypointByNameResponse_ { typedef GetWaypointByNameResponse_ Type; GetWaypointByNameResponse_() : name() , pose() { } GetWaypointByNameResponse_(const ContainerAllocator& _alloc) : name(_alloc) , pose(_alloc) { (void)_alloc; } typedef std::basic_string, typename std::allocator_traits::template rebind_alloc> _name_type; _name_type name; typedef ::geometry_msgs::Pose_ _pose_type; _pose_type pose; typedef boost::shared_ptr< ::waterplus_map_tools::GetWaypointByNameResponse_ > Ptr; typedef boost::shared_ptr< ::waterplus_map_tools::GetWaypointByNameResponse_ const> ConstPtr; }; // struct GetWaypointByNameResponse_ typedef ::waterplus_map_tools::GetWaypointByNameResponse_ > GetWaypointByNameResponse; typedef boost::shared_ptr< ::waterplus_map_tools::GetWaypointByNameResponse > GetWaypointByNameResponsePtr; typedef boost::shared_ptr< ::waterplus_map_tools::GetWaypointByNameResponse const> GetWaypointByNameResponseConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::waterplus_map_tools::GetWaypointByNameResponse_ & v) { ros::message_operations::Printer< ::waterplus_map_tools::GetWaypointByNameResponse_ >::stream(s, "", v); return s; } template bool operator==(const ::waterplus_map_tools::GetWaypointByNameResponse_ & lhs, const ::waterplus_map_tools::GetWaypointByNameResponse_ & rhs) { return lhs.name == rhs.name && lhs.pose == rhs.pose; } template bool operator!=(const ::waterplus_map_tools::GetWaypointByNameResponse_ & lhs, const ::waterplus_map_tools::GetWaypointByNameResponse_ & rhs) { return !(lhs == rhs); } } // namespace waterplus_map_tools namespace ros { namespace message_traits { template struct IsMessage< ::waterplus_map_tools::GetWaypointByNameResponse_ > : TrueType { }; template struct IsMessage< ::waterplus_map_tools::GetWaypointByNameResponse_ const> : TrueType { }; template struct IsFixedSize< ::waterplus_map_tools::GetWaypointByNameResponse_ > : FalseType { }; template struct IsFixedSize< ::waterplus_map_tools::GetWaypointByNameResponse_ const> : FalseType { }; template struct HasHeader< ::waterplus_map_tools::GetWaypointByNameResponse_ > : FalseType { }; template struct HasHeader< ::waterplus_map_tools::GetWaypointByNameResponse_ const> : FalseType { }; template struct MD5Sum< ::waterplus_map_tools::GetWaypointByNameResponse_ > { static const char* value() { return "177d54286ddeee12eba514054bddffd5"; } static const char* value(const ::waterplus_map_tools::GetWaypointByNameResponse_&) { return value(); } static const uint64_t static_value1 = 0x177d54286ddeee12ULL; static const uint64_t static_value2 = 0xeba514054bddffd5ULL; }; template struct DataType< ::waterplus_map_tools::GetWaypointByNameResponse_ > { static const char* value() { return "waterplus_map_tools/GetWaypointByNameResponse"; } static const char* value(const ::waterplus_map_tools::GetWaypointByNameResponse_&) { return value(); } }; template struct Definition< ::waterplus_map_tools::GetWaypointByNameResponse_ > { static const char* value() { return "string name\n" "geometry_msgs/Pose pose\n" "\n" "================================================================================\n" "MSG: geometry_msgs/Pose\n" "# A representation of pose in free space, composed of position and orientation. \n" "Point position\n" "Quaternion orientation\n" "\n" "================================================================================\n" "MSG: geometry_msgs/Point\n" "# This contains the position of a point in free space\n" "float64 x\n" "float64 y\n" "float64 z\n" "\n" "================================================================================\n" "MSG: geometry_msgs/Quaternion\n" "# This represents an orientation in free space in quaternion form.\n" "\n" "float64 x\n" "float64 y\n" "float64 z\n" "float64 w\n" ; } static const char* value(const ::waterplus_map_tools::GetWaypointByNameResponse_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::waterplus_map_tools::GetWaypointByNameResponse_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.name); stream.next(m.pose); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct GetWaypointByNameResponse_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::waterplus_map_tools::GetWaypointByNameResponse_ > { template static void stream(Stream& s, const std::string& indent, const ::waterplus_map_tools::GetWaypointByNameResponse_& v) { s << indent << "name: "; Printer, typename std::allocator_traits::template rebind_alloc>>::stream(s, indent + " ", v.name); s << indent << "pose: "; s << std::endl; Printer< ::geometry_msgs::Pose_ >::stream(s, indent + " ", v.pose); } }; } // namespace message_operations } // namespace ros #endif // WATERPLUS_MAP_TOOLS_MESSAGE_GETWAYPOINTBYNAMERESPONSE_H