// Generated by gencpp from file common_msgs/SetParameterRequest.msg // DO NOT EDIT! #ifndef COMMON_MSGS_MESSAGE_SETPARAMETERREQUEST_H #define COMMON_MSGS_MESSAGE_SETPARAMETERREQUEST_H #include #include #include #include #include #include #include namespace common_msgs { template struct SetParameterRequest_ { typedef SetParameterRequest_ Type; SetParameterRequest_() : min_nav_speed(0.0) , max_nav_speed(0.0) , max_vel_theta(0.0) , min_vel_theta(0.0) { } SetParameterRequest_(const ContainerAllocator& _alloc) : min_nav_speed(0.0) , max_nav_speed(0.0) , max_vel_theta(0.0) , min_vel_theta(0.0) { (void)_alloc; } typedef float _min_nav_speed_type; _min_nav_speed_type min_nav_speed; typedef float _max_nav_speed_type; _max_nav_speed_type max_nav_speed; typedef float _max_vel_theta_type; _max_vel_theta_type max_vel_theta; typedef float _min_vel_theta_type; _min_vel_theta_type min_vel_theta; typedef boost::shared_ptr< ::common_msgs::SetParameterRequest_ > Ptr; typedef boost::shared_ptr< ::common_msgs::SetParameterRequest_ const> ConstPtr; }; // struct SetParameterRequest_ typedef ::common_msgs::SetParameterRequest_ > SetParameterRequest; typedef boost::shared_ptr< ::common_msgs::SetParameterRequest > SetParameterRequestPtr; typedef boost::shared_ptr< ::common_msgs::SetParameterRequest const> SetParameterRequestConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::common_msgs::SetParameterRequest_ & v) { ros::message_operations::Printer< ::common_msgs::SetParameterRequest_ >::stream(s, "", v); return s; } template bool operator==(const ::common_msgs::SetParameterRequest_ & lhs, const ::common_msgs::SetParameterRequest_ & rhs) { return lhs.min_nav_speed == rhs.min_nav_speed && lhs.max_nav_speed == rhs.max_nav_speed && lhs.max_vel_theta == rhs.max_vel_theta && lhs.min_vel_theta == rhs.min_vel_theta; } template bool operator!=(const ::common_msgs::SetParameterRequest_ & lhs, const ::common_msgs::SetParameterRequest_ & rhs) { return !(lhs == rhs); } } // namespace common_msgs namespace ros { namespace message_traits { template struct IsFixedSize< ::common_msgs::SetParameterRequest_ > : TrueType { }; template struct IsFixedSize< ::common_msgs::SetParameterRequest_ const> : TrueType { }; template struct IsMessage< ::common_msgs::SetParameterRequest_ > : TrueType { }; template struct IsMessage< ::common_msgs::SetParameterRequest_ const> : TrueType { }; template struct HasHeader< ::common_msgs::SetParameterRequest_ > : FalseType { }; template struct HasHeader< ::common_msgs::SetParameterRequest_ const> : FalseType { }; template struct MD5Sum< ::common_msgs::SetParameterRequest_ > { static const char* value() { return "9fa9957c297342539ba3dbb29ccbdb7a"; } static const char* value(const ::common_msgs::SetParameterRequest_&) { return value(); } static const uint64_t static_value1 = 0x9fa9957c29734253ULL; static const uint64_t static_value2 = 0x9ba3dbb29ccbdb7aULL; }; template struct DataType< ::common_msgs::SetParameterRequest_ > { static const char* value() { return "common_msgs/SetParameterRequest"; } static const char* value(const ::common_msgs::SetParameterRequest_&) { return value(); } }; template struct Definition< ::common_msgs::SetParameterRequest_ > { static const char* value() { return "\n" "float32 min_nav_speed\n" "float32 max_nav_speed\n" "float32 max_vel_theta\n" "float32 min_vel_theta\n" ; } static const char* value(const ::common_msgs::SetParameterRequest_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::common_msgs::SetParameterRequest_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.min_nav_speed); stream.next(m.max_nav_speed); stream.next(m.max_vel_theta); stream.next(m.min_vel_theta); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct SetParameterRequest_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::common_msgs::SetParameterRequest_ > { template static void stream(Stream& s, const std::string& indent, const ::common_msgs::SetParameterRequest_& v) { s << indent << "min_nav_speed: "; Printer::stream(s, indent + " ", v.min_nav_speed); s << indent << "max_nav_speed: "; Printer::stream(s, indent + " ", v.max_nav_speed); s << indent << "max_vel_theta: "; Printer::stream(s, indent + " ", v.max_vel_theta); s << indent << "min_vel_theta: "; Printer::stream(s, indent + " ", v.min_vel_theta); } }; } // namespace message_operations } // namespace ros #endif // COMMON_MSGS_MESSAGE_SETPARAMETERREQUEST_H