// Generated by gencpp from file waterplus_map_tools/AddNewWaypointResponse.msg // DO NOT EDIT! #ifndef WATERPLUS_MAP_TOOLS_MESSAGE_ADDNEWWAYPOINTRESPONSE_H #define WATERPLUS_MAP_TOOLS_MESSAGE_ADDNEWWAYPOINTRESPONSE_H #include #include #include #include #include #include #include namespace waterplus_map_tools { template struct AddNewWaypointResponse_ { typedef AddNewWaypointResponse_ Type; AddNewWaypointResponse_() : result(false) { } AddNewWaypointResponse_(const ContainerAllocator& _alloc) : result(false) { (void)_alloc; } typedef uint8_t _result_type; _result_type result; typedef boost::shared_ptr< ::waterplus_map_tools::AddNewWaypointResponse_ > Ptr; typedef boost::shared_ptr< ::waterplus_map_tools::AddNewWaypointResponse_ const> ConstPtr; }; // struct AddNewWaypointResponse_ typedef ::waterplus_map_tools::AddNewWaypointResponse_ > AddNewWaypointResponse; typedef boost::shared_ptr< ::waterplus_map_tools::AddNewWaypointResponse > AddNewWaypointResponsePtr; typedef boost::shared_ptr< ::waterplus_map_tools::AddNewWaypointResponse const> AddNewWaypointResponseConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::waterplus_map_tools::AddNewWaypointResponse_ & v) { ros::message_operations::Printer< ::waterplus_map_tools::AddNewWaypointResponse_ >::stream(s, "", v); return s; } template bool operator==(const ::waterplus_map_tools::AddNewWaypointResponse_ & lhs, const ::waterplus_map_tools::AddNewWaypointResponse_ & rhs) { return lhs.result == rhs.result; } template bool operator!=(const ::waterplus_map_tools::AddNewWaypointResponse_ & lhs, const ::waterplus_map_tools::AddNewWaypointResponse_ & rhs) { return !(lhs == rhs); } } // namespace waterplus_map_tools namespace ros { namespace message_traits { template struct IsMessage< ::waterplus_map_tools::AddNewWaypointResponse_ > : TrueType { }; template struct IsMessage< ::waterplus_map_tools::AddNewWaypointResponse_ const> : TrueType { }; template struct IsFixedSize< ::waterplus_map_tools::AddNewWaypointResponse_ > : TrueType { }; template struct IsFixedSize< ::waterplus_map_tools::AddNewWaypointResponse_ const> : TrueType { }; template struct HasHeader< ::waterplus_map_tools::AddNewWaypointResponse_ > : FalseType { }; template struct HasHeader< ::waterplus_map_tools::AddNewWaypointResponse_ const> : FalseType { }; template struct MD5Sum< ::waterplus_map_tools::AddNewWaypointResponse_ > { static const char* value() { return "eb13ac1f1354ccecb7941ee8fa2192e8"; } static const char* value(const ::waterplus_map_tools::AddNewWaypointResponse_&) { return value(); } static const uint64_t static_value1 = 0xeb13ac1f1354ccecULL; static const uint64_t static_value2 = 0xb7941ee8fa2192e8ULL; }; template struct DataType< ::waterplus_map_tools::AddNewWaypointResponse_ > { static const char* value() { return "waterplus_map_tools/AddNewWaypointResponse"; } static const char* value(const ::waterplus_map_tools::AddNewWaypointResponse_&) { return value(); } }; template struct Definition< ::waterplus_map_tools::AddNewWaypointResponse_ > { static const char* value() { return "bool result\n" ; } static const char* value(const ::waterplus_map_tools::AddNewWaypointResponse_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::waterplus_map_tools::AddNewWaypointResponse_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.result); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct AddNewWaypointResponse_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::waterplus_map_tools::AddNewWaypointResponse_ > { template static void stream(Stream& s, const std::string& indent, const ::waterplus_map_tools::AddNewWaypointResponse_& v) { s << indent << "result: "; Printer::stream(s, indent + " ", v.result); } }; } // namespace message_operations } // namespace ros #endif // WATERPLUS_MAP_TOOLS_MESSAGE_ADDNEWWAYPOINTRESPONSE_H