// Generated by gencpp from file unitree_legged_msgs/Cartesian.msg // DO NOT EDIT! #ifndef UNITREE_LEGGED_MSGS_MESSAGE_CARTESIAN_H #define UNITREE_LEGGED_MSGS_MESSAGE_CARTESIAN_H #include #include #include #include #include #include #include namespace unitree_legged_msgs { template struct Cartesian_ { typedef Cartesian_ Type; Cartesian_() : x(0.0) , y(0.0) , z(0.0) { } Cartesian_(const ContainerAllocator& _alloc) : x(0.0) , y(0.0) , z(0.0) { (void)_alloc; } typedef float _x_type; _x_type x; typedef float _y_type; _y_type y; typedef float _z_type; _z_type z; typedef boost::shared_ptr< ::unitree_legged_msgs::Cartesian_ > Ptr; typedef boost::shared_ptr< ::unitree_legged_msgs::Cartesian_ const> ConstPtr; }; // struct Cartesian_ typedef ::unitree_legged_msgs::Cartesian_ > Cartesian; typedef boost::shared_ptr< ::unitree_legged_msgs::Cartesian > CartesianPtr; typedef boost::shared_ptr< ::unitree_legged_msgs::Cartesian const> CartesianConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::unitree_legged_msgs::Cartesian_ & v) { ros::message_operations::Printer< ::unitree_legged_msgs::Cartesian_ >::stream(s, "", v); return s; } template bool operator==(const ::unitree_legged_msgs::Cartesian_ & lhs, const ::unitree_legged_msgs::Cartesian_ & rhs) { return lhs.x == rhs.x && lhs.y == rhs.y && lhs.z == rhs.z; } template bool operator!=(const ::unitree_legged_msgs::Cartesian_ & lhs, const ::unitree_legged_msgs::Cartesian_ & rhs) { return !(lhs == rhs); } } // namespace unitree_legged_msgs namespace ros { namespace message_traits { template struct IsFixedSize< ::unitree_legged_msgs::Cartesian_ > : TrueType { }; template struct IsFixedSize< ::unitree_legged_msgs::Cartesian_ const> : TrueType { }; template struct IsMessage< ::unitree_legged_msgs::Cartesian_ > : TrueType { }; template struct IsMessage< ::unitree_legged_msgs::Cartesian_ const> : TrueType { }; template struct HasHeader< ::unitree_legged_msgs::Cartesian_ > : FalseType { }; template struct HasHeader< ::unitree_legged_msgs::Cartesian_ const> : FalseType { }; template struct MD5Sum< ::unitree_legged_msgs::Cartesian_ > { static const char* value() { return "cc153912f1453b708d221682bc23d9ac"; } static const char* value(const ::unitree_legged_msgs::Cartesian_&) { return value(); } static const uint64_t static_value1 = 0xcc153912f1453b70ULL; static const uint64_t static_value2 = 0x8d221682bc23d9acULL; }; template struct DataType< ::unitree_legged_msgs::Cartesian_ > { static const char* value() { return "unitree_legged_msgs/Cartesian"; } static const char* value(const ::unitree_legged_msgs::Cartesian_&) { return value(); } }; template struct Definition< ::unitree_legged_msgs::Cartesian_ > { static const char* value() { return "float32 x\n" "float32 y\n" "float32 z\n" ; } static const char* value(const ::unitree_legged_msgs::Cartesian_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::unitree_legged_msgs::Cartesian_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.x); stream.next(m.y); stream.next(m.z); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct Cartesian_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::unitree_legged_msgs::Cartesian_ > { template static void stream(Stream& s, const std::string& indent, const ::unitree_legged_msgs::Cartesian_& v) { s << indent << "x: "; Printer::stream(s, indent + " ", v.x); s << indent << "y: "; Printer::stream(s, indent + " ", v.y); s << indent << "z: "; Printer::stream(s, indent + " ", v.z); } }; } // namespace message_operations } // namespace ros #endif // UNITREE_LEGGED_MSGS_MESSAGE_CARTESIAN_H