// Generated by gencpp from file Aee1220310013/ProcessIDResponse.msg // DO NOT EDIT! #ifndef AEE1220310013_MESSAGE_PROCESSIDRESPONSE_H #define AEE1220310013_MESSAGE_PROCESSIDRESPONSE_H #include #include #include #include #include #include #include namespace Aee1220310013 { template struct ProcessIDResponse_ { typedef ProcessIDResponse_ Type; ProcessIDResponse_() : x(0.0) , y(0.0) , radius(0.0) , direction(0) { } ProcessIDResponse_(const ContainerAllocator& _alloc) : x(0.0) , y(0.0) , radius(0.0) , direction(0) { (void)_alloc; } typedef float _x_type; _x_type x; typedef float _y_type; _y_type y; typedef float _radius_type; _radius_type radius; typedef int32_t _direction_type; _direction_type direction; typedef boost::shared_ptr< ::Aee1220310013::ProcessIDResponse_ > Ptr; typedef boost::shared_ptr< ::Aee1220310013::ProcessIDResponse_ const> ConstPtr; }; // struct ProcessIDResponse_ typedef ::Aee1220310013::ProcessIDResponse_ > ProcessIDResponse; typedef boost::shared_ptr< ::Aee1220310013::ProcessIDResponse > ProcessIDResponsePtr; typedef boost::shared_ptr< ::Aee1220310013::ProcessIDResponse const> ProcessIDResponseConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::Aee1220310013::ProcessIDResponse_ & v) { ros::message_operations::Printer< ::Aee1220310013::ProcessIDResponse_ >::stream(s, "", v); return s; } template bool operator==(const ::Aee1220310013::ProcessIDResponse_ & lhs, const ::Aee1220310013::ProcessIDResponse_ & rhs) { return lhs.x == rhs.x && lhs.y == rhs.y && lhs.radius == rhs.radius && lhs.direction == rhs.direction; } template bool operator!=(const ::Aee1220310013::ProcessIDResponse_ & lhs, const ::Aee1220310013::ProcessIDResponse_ & rhs) { return !(lhs == rhs); } } // namespace Aee1220310013 namespace ros { namespace message_traits { template struct IsMessage< ::Aee1220310013::ProcessIDResponse_ > : TrueType { }; template struct IsMessage< ::Aee1220310013::ProcessIDResponse_ const> : TrueType { }; template struct IsFixedSize< ::Aee1220310013::ProcessIDResponse_ > : TrueType { }; template struct IsFixedSize< ::Aee1220310013::ProcessIDResponse_ const> : TrueType { }; template struct HasHeader< ::Aee1220310013::ProcessIDResponse_ > : FalseType { }; template struct HasHeader< ::Aee1220310013::ProcessIDResponse_ const> : FalseType { }; template struct MD5Sum< ::Aee1220310013::ProcessIDResponse_ > { static const char* value() { return "deec39c810656f01d6b1be82e15bf4e7"; } static const char* value(const ::Aee1220310013::ProcessIDResponse_&) { return value(); } static const uint64_t static_value1 = 0xdeec39c810656f01ULL; static const uint64_t static_value2 = 0xd6b1be82e15bf4e7ULL; }; template struct DataType< ::Aee1220310013::ProcessIDResponse_ > { static const char* value() { return "Aee1220310013/ProcessIDResponse"; } static const char* value(const ::Aee1220310013::ProcessIDResponse_&) { return value(); } }; template struct Definition< ::Aee1220310013::ProcessIDResponse_ > { static const char* value() { return "float32 x\n" "float32 y\n" "float32 radius\n" "int32 direction\n" ; } static const char* value(const ::Aee1220310013::ProcessIDResponse_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::Aee1220310013::ProcessIDResponse_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.x); stream.next(m.y); stream.next(m.radius); stream.next(m.direction); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct ProcessIDResponse_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::Aee1220310013::ProcessIDResponse_ > { template static void stream(Stream& s, const std::string& indent, const ::Aee1220310013::ProcessIDResponse_& v) { if (false || !indent.empty()) s << std::endl; s << indent << "x: "; Printer::stream(s, indent + " ", v.x); if (true || !indent.empty()) s << std::endl; s << indent << "y: "; Printer::stream(s, indent + " ", v.y); if (true || !indent.empty()) s << std::endl; s << indent << "radius: "; Printer::stream(s, indent + " ", v.radius); if (true || !indent.empty()) s << std::endl; s << indent << "direction: "; Printer::stream(s, indent + " ", v.direction); } }; } // namespace message_operations } // namespace ros #endif // AEE1220310013_MESSAGE_PROCESSIDRESPONSE_H