// Generated by gencpp from file astra_camera/SetInt32Response.msg // DO NOT EDIT! #ifndef ASTRA_CAMERA_MESSAGE_SETINT32RESPONSE_H #define ASTRA_CAMERA_MESSAGE_SETINT32RESPONSE_H #include #include #include #include #include #include #include namespace astra_camera { template struct SetInt32Response_ { typedef SetInt32Response_ Type; SetInt32Response_() : success(false) , message() { } SetInt32Response_(const ContainerAllocator& _alloc) : success(false) , message(_alloc) { (void)_alloc; } typedef uint8_t _success_type; _success_type success; typedef std::basic_string, typename std::allocator_traits::template rebind_alloc> _message_type; _message_type message; typedef boost::shared_ptr< ::astra_camera::SetInt32Response_ > Ptr; typedef boost::shared_ptr< ::astra_camera::SetInt32Response_ const> ConstPtr; }; // struct SetInt32Response_ typedef ::astra_camera::SetInt32Response_ > SetInt32Response; typedef boost::shared_ptr< ::astra_camera::SetInt32Response > SetInt32ResponsePtr; typedef boost::shared_ptr< ::astra_camera::SetInt32Response const> SetInt32ResponseConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::astra_camera::SetInt32Response_ & v) { ros::message_operations::Printer< ::astra_camera::SetInt32Response_ >::stream(s, "", v); return s; } template bool operator==(const ::astra_camera::SetInt32Response_ & lhs, const ::astra_camera::SetInt32Response_ & rhs) { return lhs.success == rhs.success && lhs.message == rhs.message; } template bool operator!=(const ::astra_camera::SetInt32Response_ & lhs, const ::astra_camera::SetInt32Response_ & rhs) { return !(lhs == rhs); } } // namespace astra_camera namespace ros { namespace message_traits { template struct IsMessage< ::astra_camera::SetInt32Response_ > : TrueType { }; template struct IsMessage< ::astra_camera::SetInt32Response_ const> : TrueType { }; template struct IsFixedSize< ::astra_camera::SetInt32Response_ > : FalseType { }; template struct IsFixedSize< ::astra_camera::SetInt32Response_ const> : FalseType { }; template struct HasHeader< ::astra_camera::SetInt32Response_ > : FalseType { }; template struct HasHeader< ::astra_camera::SetInt32Response_ const> : FalseType { }; template struct MD5Sum< ::astra_camera::SetInt32Response_ > { static const char* value() { return "937c9679a518e3a18d831e57125ea522"; } static const char* value(const ::astra_camera::SetInt32Response_&) { return value(); } static const uint64_t static_value1 = 0x937c9679a518e3a1ULL; static const uint64_t static_value2 = 0x8d831e57125ea522ULL; }; template struct DataType< ::astra_camera::SetInt32Response_ > { static const char* value() { return "astra_camera/SetInt32Response"; } static const char* value(const ::astra_camera::SetInt32Response_&) { return value(); } }; template struct Definition< ::astra_camera::SetInt32Response_ > { static const char* value() { return "bool success\n" "string message\n" "\n" ; } static const char* value(const ::astra_camera::SetInt32Response_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::astra_camera::SetInt32Response_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.success); stream.next(m.message); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct SetInt32Response_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::astra_camera::SetInt32Response_ > { template static void stream(Stream& s, const std::string& indent, const ::astra_camera::SetInt32Response_& v) { s << indent << "success: "; Printer::stream(s, indent + " ", v.success); s << indent << "message: "; Printer, typename std::allocator_traits::template rebind_alloc>>::stream(s, indent + " ", v.message); } }; } // namespace message_operations } // namespace ros #endif // ASTRA_CAMERA_MESSAGE_SETINT32RESPONSE_H