// Generated by gencpp from file waterplus_map_tools/GetWaypointByNameRequest.msg // DO NOT EDIT! #ifndef WATERPLUS_MAP_TOOLS_MESSAGE_GETWAYPOINTBYNAMEREQUEST_H #define WATERPLUS_MAP_TOOLS_MESSAGE_GETWAYPOINTBYNAMEREQUEST_H #include #include #include #include #include #include #include namespace waterplus_map_tools { template struct GetWaypointByNameRequest_ { typedef GetWaypointByNameRequest_ Type; GetWaypointByNameRequest_() : name() { } GetWaypointByNameRequest_(const ContainerAllocator& _alloc) : name(_alloc) { (void)_alloc; } typedef std::basic_string, typename std::allocator_traits::template rebind_alloc> _name_type; _name_type name; typedef boost::shared_ptr< ::waterplus_map_tools::GetWaypointByNameRequest_ > Ptr; typedef boost::shared_ptr< ::waterplus_map_tools::GetWaypointByNameRequest_ const> ConstPtr; }; // struct GetWaypointByNameRequest_ typedef ::waterplus_map_tools::GetWaypointByNameRequest_ > GetWaypointByNameRequest; typedef boost::shared_ptr< ::waterplus_map_tools::GetWaypointByNameRequest > GetWaypointByNameRequestPtr; typedef boost::shared_ptr< ::waterplus_map_tools::GetWaypointByNameRequest const> GetWaypointByNameRequestConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::waterplus_map_tools::GetWaypointByNameRequest_ & v) { ros::message_operations::Printer< ::waterplus_map_tools::GetWaypointByNameRequest_ >::stream(s, "", v); return s; } template bool operator==(const ::waterplus_map_tools::GetWaypointByNameRequest_ & lhs, const ::waterplus_map_tools::GetWaypointByNameRequest_ & rhs) { return lhs.name == rhs.name; } template bool operator!=(const ::waterplus_map_tools::GetWaypointByNameRequest_ & lhs, const ::waterplus_map_tools::GetWaypointByNameRequest_ & rhs) { return !(lhs == rhs); } } // namespace waterplus_map_tools namespace ros { namespace message_traits { template struct IsMessage< ::waterplus_map_tools::GetWaypointByNameRequest_ > : TrueType { }; template struct IsMessage< ::waterplus_map_tools::GetWaypointByNameRequest_ const> : TrueType { }; template struct IsFixedSize< ::waterplus_map_tools::GetWaypointByNameRequest_ > : FalseType { }; template struct IsFixedSize< ::waterplus_map_tools::GetWaypointByNameRequest_ const> : FalseType { }; template struct HasHeader< ::waterplus_map_tools::GetWaypointByNameRequest_ > : FalseType { }; template struct HasHeader< ::waterplus_map_tools::GetWaypointByNameRequest_ const> : FalseType { }; template struct MD5Sum< ::waterplus_map_tools::GetWaypointByNameRequest_ > { static const char* value() { return "c1f3d28f1b044c871e6eff2e9fc3c667"; } static const char* value(const ::waterplus_map_tools::GetWaypointByNameRequest_&) { return value(); } static const uint64_t static_value1 = 0xc1f3d28f1b044c87ULL; static const uint64_t static_value2 = 0x1e6eff2e9fc3c667ULL; }; template struct DataType< ::waterplus_map_tools::GetWaypointByNameRequest_ > { static const char* value() { return "waterplus_map_tools/GetWaypointByNameRequest"; } static const char* value(const ::waterplus_map_tools::GetWaypointByNameRequest_&) { return value(); } }; template struct Definition< ::waterplus_map_tools::GetWaypointByNameRequest_ > { static const char* value() { return "string name\n" ; } static const char* value(const ::waterplus_map_tools::GetWaypointByNameRequest_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::waterplus_map_tools::GetWaypointByNameRequest_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.name); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct GetWaypointByNameRequest_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::waterplus_map_tools::GetWaypointByNameRequest_ > { template static void stream(Stream& s, const std::string& indent, const ::waterplus_map_tools::GetWaypointByNameRequest_& v) { s << indent << "name: "; Printer, typename std::allocator_traits::template rebind_alloc>>::stream(s, indent + " ", v.name); } }; } // namespace message_operations } // namespace ros #endif // WATERPLUS_MAP_TOOLS_MESSAGE_GETWAYPOINTBYNAMEREQUEST_H