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