common_msgs/robot_std_msgs/include/robot_std_msgs/Char.h
2025-12-30 10:23:55 +07:00

57 lines
1.5 KiB
C++

// Generated by gencpp from file robot_std_msgs/Char.msg
// DO NOT EDIT!
#ifndef ROBOT_STD_MSGS_MESSAGE_CHAR_H
#define ROBOT_STD_MSGS_MESSAGE_CHAR_H
#include <string>
#include <vector>
#include <memory>
namespace robot_std_msgs
{
template <class ContainerAllocator>
struct Char_
{
typedef Char_<ContainerAllocator> Type;
Char_()
: data(0)
{
}
Char_(const ContainerAllocator &_alloc)
: data(0)
{
(void)_alloc;
}
typedef uint8_t _data_type;
_data_type data;
typedef boost::shared_ptr<::robot_std_msgs::Char_<ContainerAllocator>> Ptr;
typedef boost::shared_ptr<::robot_std_msgs::Char_<ContainerAllocator> const> ConstPtr;
}; // struct Char_
typedef ::robot_std_msgs::Char_<std::allocator<void>> Char;
typedef boost::shared_ptr<::robot_std_msgs::Char> CharPtr;
typedef boost::shared_ptr<::robot_std_msgs::Char const> CharConstPtr;
// constants requiring out of line definition
template <typename ContainerAllocator1, typename ContainerAllocator2>
bool operator==(const ::robot_std_msgs::Char_<ContainerAllocator1> &lhs, const ::robot_std_msgs::Char_<ContainerAllocator2> &rhs)
{
return lhs.data == rhs.data;
}
template <typename ContainerAllocator1, typename ContainerAllocator2>
bool operator!=(const ::robot_std_msgs::Char_<ContainerAllocator1> &lhs, const ::robot_std_msgs::Char_<ContainerAllocator2> &rhs)
{
return !(lhs == rhs);
}
} // namespace robot_std_msgs
#endif // ROBOT_STD_MSGS_MESSAGE_CHAR_H