// Generated by gencpp from file sas_robot_driver_franka/MoveRequest.msg // DO NOT EDIT! #ifndef SAS_ROBOT_DRIVER_FRANKA_MESSAGE_MOVEREQUEST_H #define SAS_ROBOT_DRIVER_FRANKA_MESSAGE_MOVEREQUEST_H #include #include #include #include #include #include #include namespace sas_robot_driver_franka { template struct MoveRequest_ { typedef MoveRequest_ Type; MoveRequest_() : width(0.0) , speed(0.0) { } MoveRequest_(const ContainerAllocator& _alloc) : width(0.0) , speed(0.0) { (void)_alloc; } typedef float _width_type; _width_type width; typedef float _speed_type; _speed_type speed; typedef boost::shared_ptr< ::sas_robot_driver_franka::MoveRequest_ > Ptr; typedef boost::shared_ptr< ::sas_robot_driver_franka::MoveRequest_ const> ConstPtr; }; // struct MoveRequest_ typedef ::sas_robot_driver_franka::MoveRequest_ > MoveRequest; typedef boost::shared_ptr< ::sas_robot_driver_franka::MoveRequest > MoveRequestPtr; typedef boost::shared_ptr< ::sas_robot_driver_franka::MoveRequest const> MoveRequestConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::sas_robot_driver_franka::MoveRequest_ & v) { ros::message_operations::Printer< ::sas_robot_driver_franka::MoveRequest_ >::stream(s, "", v); return s; } template bool operator==(const ::sas_robot_driver_franka::MoveRequest_ & lhs, const ::sas_robot_driver_franka::MoveRequest_ & rhs) { return lhs.width == rhs.width && lhs.speed == rhs.speed; } template bool operator!=(const ::sas_robot_driver_franka::MoveRequest_ & lhs, const ::sas_robot_driver_franka::MoveRequest_ & rhs) { return !(lhs == rhs); } } // namespace sas_robot_driver_franka namespace ros { namespace message_traits { template struct IsMessage< ::sas_robot_driver_franka::MoveRequest_ > : TrueType { }; template struct IsMessage< ::sas_robot_driver_franka::MoveRequest_ const> : TrueType { }; template struct IsFixedSize< ::sas_robot_driver_franka::MoveRequest_ > : TrueType { }; template struct IsFixedSize< ::sas_robot_driver_franka::MoveRequest_ const> : TrueType { }; template struct HasHeader< ::sas_robot_driver_franka::MoveRequest_ > : FalseType { }; template struct HasHeader< ::sas_robot_driver_franka::MoveRequest_ const> : FalseType { }; template struct MD5Sum< ::sas_robot_driver_franka::MoveRequest_ > { static const char* value() { return "b2d4f46fe020a06d64128c90310c767d"; } static const char* value(const ::sas_robot_driver_franka::MoveRequest_&) { return value(); } static const uint64_t static_value1 = 0xb2d4f46fe020a06dULL; static const uint64_t static_value2 = 0x64128c90310c767dULL; }; template struct DataType< ::sas_robot_driver_franka::MoveRequest_ > { static const char* value() { return "sas_robot_driver_franka/MoveRequest"; } static const char* value(const ::sas_robot_driver_franka::MoveRequest_&) { return value(); } }; template struct Definition< ::sas_robot_driver_franka::MoveRequest_ > { static const char* value() { return "float32 width\n" "float32 speed\n" ; } static const char* value(const ::sas_robot_driver_franka::MoveRequest_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::sas_robot_driver_franka::MoveRequest_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.width); stream.next(m.speed); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct MoveRequest_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::sas_robot_driver_franka::MoveRequest_ > { template static void stream(Stream& s, const std::string& indent, const ::sas_robot_driver_franka::MoveRequest_& v) { s << indent << "width: "; Printer::stream(s, indent + " ", v.width); s << indent << "speed: "; Printer::stream(s, indent + " ", v.speed); } }; } // namespace message_operations } // namespace ros #endif // SAS_ROBOT_DRIVER_FRANKA_MESSAGE_MOVEREQUEST_H