5 #ifndef SENSOR_MSGS_MESSAGE_REGIONOFINTEREST_H 6 #define SENSOR_MSGS_MESSAGE_REGIONOFINTEREST_H 21 template <
class ContainerAllocator>
62 typedef std::shared_ptr< ::sensor_msgs::RegionOfInterest_<ContainerAllocator> >
Ptr;
63 typedef std::shared_ptr< ::sensor_msgs::RegionOfInterest_<ContainerAllocator>
const>
ConstPtr;
76 template<
typename ContainerAllocator>
77 std::ostream& operator<<(std::ostream& s, const ::sensor_msgs::RegionOfInterest_<ContainerAllocator> &
v)
87 namespace message_traits
100 template <
class ContainerAllocator>
105 template <
class ContainerAllocator>
110 template <
class ContainerAllocator>
115 template <
class ContainerAllocator>
120 template <
class ContainerAllocator>
125 template <
class ContainerAllocator>
131 template<
class ContainerAllocator>
136 return "bdb633039d588fcccb441a4d43ccfe09";
139 static const char*
value(const ::sensor_msgs::RegionOfInterest_<ContainerAllocator>&) {
return value(); }
140 static const uint64_t static_value1 = 0xbdb633039d588fccULL;
141 static const uint64_t static_value2 = 0xcb441a4d43ccfe09ULL;
144 template<
class ContainerAllocator>
149 return "sensor_msgs/RegionOfInterest";
152 static const char*
value(const ::sensor_msgs::RegionOfInterest_<ContainerAllocator>&) {
return value(); }
155 template<
class ContainerAllocator>
160 return "# This message is used to specify a region of interest within an image.\n\ 162 # When used to specify the ROI setting of the camera when the image was\n\ 163 # taken, the height and width fields should either match the height and\n\ 164 # width fields for the associated image; or height = width = 0\n\ 165 # indicates that the full resolution image was captured.\n\ 167 uint32 x_offset # Leftmost pixel of the ROI\n\ 168 # (0 if the ROI includes the left edge of the image)\n\ 169 uint32 y_offset # Topmost pixel of the ROI\n\ 170 # (0 if the ROI includes the top edge of the image)\n\ 171 uint32 height # Height of ROI\n\ 172 uint32 width # Width of ROI\n\ 174 # True if a distinct rectified ROI should be calculated from the \"raw\"\n\ 175 # ROI in this message. Typically this should be False if the full image\n\ 176 # is captured (ROI not used), and True if a subwindow is captured (ROI\n\ 182 static const char*
value(const ::sensor_msgs::RegionOfInterest_<ContainerAllocator>&) {
return value(); }
190 namespace serialization
197 stream.next(m.x_offset);
198 stream.next(m.y_offset);
199 stream.next(m.height);
200 stream.next(m.width);
201 stream.next(m.do_rectify);
212 namespace message_operations
215 template<
class ContainerAllocator>
218 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::sensor_msgs::RegionOfInterest_<ContainerAllocator>&
v)
220 s << indent <<
"x_offset: ";
222 s << indent <<
"y_offset: ";
224 s << indent <<
"height: ";
226 s << indent <<
"width: ";
228 s << indent <<
"do_rectify: ";
236 #endif // SENSOR_MSGS_MESSAGE_REGIONOFINTEREST_H static const char * value()
std::shared_ptr< ::sensor_msgs::RegionOfInterest const > RegionOfInterestConstPtr
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
static const char * value(const ::sensor_msgs::RegionOfInterest_< ContainerAllocator > &)
Specialize to provide the md5sum for a message.
static void stream(Stream &s, const std::string &indent, const ::sensor_msgs::RegionOfInterest_< ContainerAllocator > &v)
::sensor_msgs::RegionOfInterest_< std::allocator< void > > RegionOfInterest
static const char * value(const ::sensor_msgs::RegionOfInterest_< ContainerAllocator > &)
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
GLsizei const GLchar *const * string
static void allInOne(Stream &stream, T m)
Specialize to provide the datatype for a message.
std::shared_ptr< ::sensor_msgs::RegionOfInterest_< ContainerAllocator > > Ptr
std::shared_ptr< ::sensor_msgs::RegionOfInterest_< ContainerAllocator > const > ConstPtr
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
RegionOfInterest_< ContainerAllocator > Type
static const char * value(const ::sensor_msgs::RegionOfInterest_< ContainerAllocator > &)
Stream base-class, provides common functionality for IStream and OStream.
std::shared_ptr< ::sensor_msgs::RegionOfInterest > RegionOfInterestPtr
Tools for manipulating sensor_msgs.
GLint GLsizei GLsizei height
static const char * value()
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
unsigned __int64 uint64_t
Specialize to provide the definition for a message.
Templated serialization class. Default implementation provides backwards compatibility with old messa...
_do_rectify_type do_rectify
static const char * value()
RegionOfInterest_(const ContainerAllocator &_alloc)