common_msgs/std_msgs/include/std_msgs/UInt8.h
2025-12-04 15:11:15 +07:00

56 lines
1.4 KiB
C++

// Generated by gencpp from file std_msgs/UInt8.msg
// DO NOT EDIT!
#ifndef STD_MSGS_MESSAGE_UINT8_H
#define STD_MSGS_MESSAGE_UINT8_H
#include <string>
#include <vector>
#include <memory>
namespace std_msgs
{
template <class ContainerAllocator>
struct UInt8_
{
typedef UInt8_<ContainerAllocator> Type;
UInt8_()
: data(0)
{
}
UInt8_(const ContainerAllocator &_alloc)
: data(0)
{
(void)_alloc;
}
typedef uint8_t _data_type;
_data_type data;
typedef boost::shared_ptr<::std_msgs::UInt8_<ContainerAllocator>> Ptr;
typedef boost::shared_ptr<::std_msgs::UInt8_<ContainerAllocator> const> ConstPtr;
}; // struct UInt8_
typedef ::std_msgs::UInt8_<std::allocator<void>> UInt8;
typedef boost::shared_ptr<::std_msgs::UInt8> UInt8Ptr;
typedef boost::shared_ptr<::std_msgs::UInt8 const> UInt8ConstPtr;
template <typename ContainerAllocator1, typename ContainerAllocator2>
bool operator==(const ::std_msgs::UInt8_<ContainerAllocator1> &lhs, const ::std_msgs::UInt8_<ContainerAllocator2> &rhs)
{
return lhs.data == rhs.data;
}
template <typename ContainerAllocator1, typename ContainerAllocator2>
bool operator!=(const ::std_msgs::UInt8_<ContainerAllocator1> &lhs, const ::std_msgs::UInt8_<ContainerAllocator2> &rhs)
{
return !(lhs == rhs);
}
} // namespace std_msgs
#endif // STD_MSGS_MESSAGE_UINT8_H