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

61 lines
2.0 KiB
C++

// Generated by gencpp from file robot_std_msgs/Int8MultiArray.msg
// DO NOT EDIT!
#ifndef ROBOT_STD_MSGS_MESSAGE_INT8MULTIARRAY_H
#define ROBOT_STD_MSGS_MESSAGE_INT8MULTIARRAY_H
#include <string>
#include <vector>
#include <memory>
#include <robot_std_msgs/MultiArrayLayout.h>
namespace robot_std_msgs
{
template <class ContainerAllocator>
struct Int8MultiArray_
{
typedef Int8MultiArray_<ContainerAllocator> Type;
Int8MultiArray_()
: layout(), data()
{
}
Int8MultiArray_(const ContainerAllocator &_alloc)
: layout(_alloc), data(_alloc)
{
(void)_alloc;
}
typedef ::robot_std_msgs::MultiArrayLayout_<ContainerAllocator> _layout_type;
_layout_type layout;
typedef std::vector<int8_t, typename std::allocator_traits<ContainerAllocator>::template rebind_alloc<int8_t>> _data_type;
_data_type data;
typedef boost::shared_ptr<::robot_std_msgs::Int8MultiArray_<ContainerAllocator>> Ptr;
typedef boost::shared_ptr<::robot_std_msgs::Int8MultiArray_<ContainerAllocator> const> ConstPtr;
}; // struct Int8MultiArray_
typedef ::robot_std_msgs::Int8MultiArray_<std::allocator<void>> Int8MultiArray;
typedef boost::shared_ptr<::robot_std_msgs::Int8MultiArray> Int8MultiArrayPtr;
typedef boost::shared_ptr<::robot_std_msgs::Int8MultiArray const> Int8MultiArrayConstPtr;
template <typename ContainerAllocator1, typename ContainerAllocator2>
bool operator==(const ::robot_std_msgs::Int8MultiArray_<ContainerAllocator1> &lhs, const ::robot_std_msgs::Int8MultiArray_<ContainerAllocator2> &rhs)
{
return lhs.layout == rhs.layout &&
lhs.data == rhs.data;
}
template <typename ContainerAllocator1, typename ContainerAllocator2>
bool operator!=(const ::robot_std_msgs::Int8MultiArray_<ContainerAllocator1> &lhs, const ::robot_std_msgs::Int8MultiArray_<ContainerAllocator2> &rhs)
{
return !(lhs == rhs);
}
} // namespace robot_std_msgs
#endif // ROBOT_STD_MSGS_MESSAGE_INT8MULTIARRAY_H