5 #ifndef SENSOR_MSGS_MESSAGE_LASERECHO_H 6 #define SENSOR_MSGS_MESSAGE_LASERECHO_H 21 template <
class ContainerAllocator>
36 typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other >
_echoes_type;
47 typedef ::sensor_msgs::LaserEcho_<std::allocator<void> >
LaserEcho;
56 template<
typename ContainerAllocator>
57 std::ostream& operator<<(std::ostream& s, const ::sensor_msgs::LaserEcho_<ContainerAllocator> &
v)
67 namespace message_traits
80 template <
class ContainerAllocator>
85 template <
class ContainerAllocator>
90 template <
class ContainerAllocator>
95 template <
class ContainerAllocator>
100 template <
class ContainerAllocator>
105 template <
class ContainerAllocator>
111 template<
class ContainerAllocator>
116 return "8bc5ae449b200fba4d552b4225586696";
119 static const char*
value(const ::sensor_msgs::LaserEcho_<ContainerAllocator>&) {
return value(); }
120 static const uint64_t static_value1 = 0x8bc5ae449b200fbaULL;
121 static const uint64_t static_value2 = 0x4d552b4225586696ULL;
124 template<
class ContainerAllocator>
129 return "sensor_msgs/LaserEcho";
132 static const char*
value(const ::sensor_msgs::LaserEcho_<ContainerAllocator>&) {
return value(); }
135 template<
class ContainerAllocator>
140 return "# This message is a submessage of MultiEchoLaserScan and is not intended\n\ 141 # to be used separately.\n\ 143 float32[] echoes # Multiple values of ranges or intensities.\n\ 144 # Each array represents data from the same angle increment.\n\ 148 static const char*
value(const ::sensor_msgs::LaserEcho_<ContainerAllocator>&) {
return value(); }
156 namespace serialization
163 stream.next(m.echoes);
174 namespace message_operations
177 template<
class ContainerAllocator>
180 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::sensor_msgs::LaserEcho_<ContainerAllocator>&
v)
182 s << indent <<
"echoes[]" << std::endl;
183 for (
size_t i = 0;
i < v.echoes.size(); ++
i)
185 s << indent <<
" echoes[" <<
i <<
"]: ";
194 #endif // SENSOR_MSGS_MESSAGE_LASERECHO_H static const char * value(const ::sensor_msgs::LaserEcho_< ContainerAllocator > &)
boost::shared_ptr< ::sensor_msgs::LaserEcho const > LaserEchoConstPtr
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
LaserEcho_< ContainerAllocator > Type
Specialize to provide the md5sum for a message.
static void allInOne(Stream &stream, T m)
std::vector< float, typename ContainerAllocator::template rebind< float >::other > _echoes_type
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
GLsizei const GLchar *const * string
Specialize to provide the datatype for a message.
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
Stream base-class, provides common functionality for IStream and OStream.
::sensor_msgs::LaserEcho_< std::allocator< void > > LaserEcho
static const char * value()
static const char * value()
static const char * value(const ::sensor_msgs::LaserEcho_< ContainerAllocator > &)
LaserEcho_(const ContainerAllocator &_alloc)
Tools for manipulating sensor_msgs.
#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.
static void stream(Stream &s, const std::string &indent, const ::sensor_msgs::LaserEcho_< ContainerAllocator > &v)
static const char * value(const ::sensor_msgs::LaserEcho_< ContainerAllocator > &)
boost::shared_ptr< ::sensor_msgs::LaserEcho_< ContainerAllocator > > Ptr
boost::shared_ptr< ::sensor_msgs::LaserEcho > LaserEchoPtr
Templated serialization class. Default implementation provides backwards compatibility with old messa...
boost::shared_ptr< ::sensor_msgs::LaserEcho_< ContainerAllocator > const > ConstPtr
static const char * value()