// Generated by gencpp from file common_msgs/SetInitPosMapResponse.msg // DO NOT EDIT! #ifndef COMMON_MSGS_MESSAGE_SETINITPOSMAPRESPONSE_H #define COMMON_MSGS_MESSAGE_SETINITPOSMAPRESPONSE_H #include <string> #include <vector> #include <memory> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include <ros/message_operations.h> namespace common_msgs { template <class ContainerAllocator> struct SetInitPosMapResponse_ { typedef SetInitPosMapResponse_<ContainerAllocator> Type; SetInitPosMapResponse_() : result() { } SetInitPosMapResponse_(const ContainerAllocator& _alloc) : result(_alloc) { (void)_alloc; } typedef std::basic_string<char, std::char_traits<char>, typename std::allocator_traits<ContainerAllocator>::template rebind_alloc<char>> _result_type; _result_type result; typedef boost::shared_ptr< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> > Ptr; typedef boost::shared_ptr< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> const> ConstPtr; }; // struct SetInitPosMapResponse_ typedef ::common_msgs::SetInitPosMapResponse_<std::allocator<void> > SetInitPosMapResponse; typedef boost::shared_ptr< ::common_msgs::SetInitPosMapResponse > SetInitPosMapResponsePtr; typedef boost::shared_ptr< ::common_msgs::SetInitPosMapResponse const> SetInitPosMapResponseConstPtr; // constants requiring out of line definition template<typename ContainerAllocator> std::ostream& operator<<(std::ostream& s, const ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> & v) { ros::message_operations::Printer< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> >::stream(s, "", v); return s; } template<typename ContainerAllocator1, typename ContainerAllocator2> bool operator==(const ::common_msgs::SetInitPosMapResponse_<ContainerAllocator1> & lhs, const ::common_msgs::SetInitPosMapResponse_<ContainerAllocator2> & rhs) { return lhs.result == rhs.result; } template<typename ContainerAllocator1, typename ContainerAllocator2> bool operator!=(const ::common_msgs::SetInitPosMapResponse_<ContainerAllocator1> & lhs, const ::common_msgs::SetInitPosMapResponse_<ContainerAllocator2> & rhs) { return !(lhs == rhs); } } // namespace common_msgs namespace ros { namespace message_traits { template <class ContainerAllocator> struct IsFixedSize< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> > : FalseType { }; template <class ContainerAllocator> struct IsFixedSize< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> const> : FalseType { }; template <class ContainerAllocator> struct IsMessage< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> > : TrueType { }; template <class ContainerAllocator> struct IsMessage< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> const> : TrueType { }; template <class ContainerAllocator> struct HasHeader< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> > : FalseType { }; template <class ContainerAllocator> struct HasHeader< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> const> : FalseType { }; template<class ContainerAllocator> struct MD5Sum< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> > { static const char* value() { return "c22f2a1ed8654a0b365f1bb3f7ff2c0f"; } static const char* value(const ::common_msgs::SetInitPosMapResponse_<ContainerAllocator>&) { return value(); } static const uint64_t static_value1 = 0xc22f2a1ed8654a0bULL; static const uint64_t static_value2 = 0x365f1bb3f7ff2c0fULL; }; template<class ContainerAllocator> struct DataType< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> > { static const char* value() { return "common_msgs/SetInitPosMapResponse"; } static const char* value(const ::common_msgs::SetInitPosMapResponse_<ContainerAllocator>&) { return value(); } }; template<class ContainerAllocator> struct Definition< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> > { static const char* value() { return "string result\n" "\n" ; } static const char* value(const ::common_msgs::SetInitPosMapResponse_<ContainerAllocator>&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template<class ContainerAllocator> struct Serializer< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> > { template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) { stream.next(m.result); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct SetInitPosMapResponse_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template<class ContainerAllocator> struct Printer< ::common_msgs::SetInitPosMapResponse_<ContainerAllocator> > { template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::common_msgs::SetInitPosMapResponse_<ContainerAllocator>& v) { s << indent << "result: "; Printer<std::basic_string<char, std::char_traits<char>, typename std::allocator_traits<ContainerAllocator>::template rebind_alloc<char>>>::stream(s, indent + " ", v.result); } }; } // namespace message_operations } // namespace ros #endif // COMMON_MSGS_MESSAGE_SETINITPOSMAPRESPONSE_H