aloha / camera_ws /devel /include /astra_camera /GetInt32Request.h
iMihayo's picture
Add files using upload-large-folder tool
20d9091 verified
Raw
History Blame Contribute Delete
4.13 kB
// Generated by gencpp from file astra_camera/GetInt32Request.msg
// DO NOT EDIT!
#ifndef ASTRA_CAMERA_MESSAGE_GETINT32REQUEST_H
#define ASTRA_CAMERA_MESSAGE_GETINT32REQUEST_H
#include <string>
#include <vector>
#include <memory>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ros/message_operations.h>
namespace astra_camera
{
template <class ContainerAllocator>
struct GetInt32Request_
{
typedef GetInt32Request_<ContainerAllocator> Type;
GetInt32Request_()
{
}
GetInt32Request_(const ContainerAllocator& _alloc)
{
(void)_alloc;
}
typedef boost::shared_ptr< ::astra_camera::GetInt32Request_<ContainerAllocator> > Ptr;
typedef boost::shared_ptr< ::astra_camera::GetInt32Request_<ContainerAllocator> const> ConstPtr;
}; // struct GetInt32Request_
typedef ::astra_camera::GetInt32Request_<std::allocator<void> > GetInt32Request;
typedef boost::shared_ptr< ::astra_camera::GetInt32Request > GetInt32RequestPtr;
typedef boost::shared_ptr< ::astra_camera::GetInt32Request const> GetInt32RequestConstPtr;
// constants requiring out of line definition
template<typename ContainerAllocator>
std::ostream& operator<<(std::ostream& s, const ::astra_camera::GetInt32Request_<ContainerAllocator> & v)
{
ros::message_operations::Printer< ::astra_camera::GetInt32Request_<ContainerAllocator> >::stream(s, "", v);
return s;
}
} // namespace astra_camera
namespace ros
{
namespace message_traits
{
template <class ContainerAllocator>
struct IsMessage< ::astra_camera::GetInt32Request_<ContainerAllocator> >
: TrueType
{ };
template <class ContainerAllocator>
struct IsMessage< ::astra_camera::GetInt32Request_<ContainerAllocator> const>
: TrueType
{ };
template <class ContainerAllocator>
struct IsFixedSize< ::astra_camera::GetInt32Request_<ContainerAllocator> >
: TrueType
{ };
template <class ContainerAllocator>
struct IsFixedSize< ::astra_camera::GetInt32Request_<ContainerAllocator> const>
: TrueType
{ };
template <class ContainerAllocator>
struct HasHeader< ::astra_camera::GetInt32Request_<ContainerAllocator> >
: FalseType
{ };
template <class ContainerAllocator>
struct HasHeader< ::astra_camera::GetInt32Request_<ContainerAllocator> const>
: FalseType
{ };
template<class ContainerAllocator>
struct MD5Sum< ::astra_camera::GetInt32Request_<ContainerAllocator> >
{
static const char* value()
{
return "d41d8cd98f00b204e9800998ecf8427e";
}
static const char* value(const ::astra_camera::GetInt32Request_<ContainerAllocator>&) { return value(); }
static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
};
template<class ContainerAllocator>
struct DataType< ::astra_camera::GetInt32Request_<ContainerAllocator> >
{
static const char* value()
{
return "astra_camera/GetInt32Request";
}
static const char* value(const ::astra_camera::GetInt32Request_<ContainerAllocator>&) { return value(); }
};
template<class ContainerAllocator>
struct Definition< ::astra_camera::GetInt32Request_<ContainerAllocator> >
{
static const char* value()
{
return "\n"
;
}
static const char* value(const ::astra_camera::GetInt32Request_<ContainerAllocator>&) { return value(); }
};
} // namespace message_traits
} // namespace ros
namespace ros
{
namespace serialization
{
template<class ContainerAllocator> struct Serializer< ::astra_camera::GetInt32Request_<ContainerAllocator> >
{
template<typename Stream, typename T> inline static void allInOne(Stream&, T)
{}
ROS_DECLARE_ALLINONE_SERIALIZER
}; // struct GetInt32Request_
} // namespace serialization
} // namespace ros
namespace ros
{
namespace message_operations
{
template<class ContainerAllocator>
struct Printer< ::astra_camera::GetInt32Request_<ContainerAllocator> >
{
template<typename Stream> static void stream(Stream&, const std::string&, const ::astra_camera::GetInt32Request_<ContainerAllocator>&)
{}
};
} // namespace message_operations
} // namespace ros
#endif // ASTRA_CAMERA_MESSAGE_GETINT32REQUEST_H