57 lines
1.4 KiB
C++
57 lines
1.4 KiB
C++
// Generated by gencpp from file std_msgs/Char.msg
|
|
// DO NOT EDIT!
|
|
|
|
#ifndef STD_MSGS_MESSAGE_CHAR_H
|
|
#define STD_MSGS_MESSAGE_CHAR_H
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
#include <memory>
|
|
|
|
namespace 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<::std_msgs::Char_<ContainerAllocator>> Ptr;
|
|
typedef boost::shared_ptr<::std_msgs::Char_<ContainerAllocator> const> ConstPtr;
|
|
|
|
}; // struct Char_
|
|
|
|
typedef ::std_msgs::Char_<std::allocator<void>> Char;
|
|
|
|
typedef boost::shared_ptr<::std_msgs::Char> CharPtr;
|
|
typedef boost::shared_ptr<::std_msgs::Char const> CharConstPtr;
|
|
|
|
// constants requiring out of line definition
|
|
template <typename ContainerAllocator1, typename ContainerAllocator2>
|
|
bool operator==(const ::std_msgs::Char_<ContainerAllocator1> &lhs, const ::std_msgs::Char_<ContainerAllocator2> &rhs)
|
|
{
|
|
return lhs.data == rhs.data;
|
|
}
|
|
|
|
template <typename ContainerAllocator1, typename ContainerAllocator2>
|
|
bool operator!=(const ::std_msgs::Char_<ContainerAllocator1> &lhs, const ::std_msgs::Char_<ContainerAllocator2> &rhs)
|
|
{
|
|
return !(lhs == rhs);
|
|
}
|
|
|
|
} // namespace std_msgs
|
|
|
|
#endif // STD_MSGS_MESSAGE_CHAR_H
|