5 #ifndef realsense_legacy_msgs_MESSAGE_OCCUPANCY_MAP_H 6 #define realsense_legacy_msgs_MESSAGE_OCCUPANCY_MAP_H 21 template <
class ContainerAllocator>
51 typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other >
_tiles_type;
57 typedef std::shared_ptr< ::realsense_legacy_msgs::occupancy_map_<ContainerAllocator> >
Ptr;
58 typedef std::shared_ptr< ::realsense_legacy_msgs::occupancy_map_<ContainerAllocator>
const>
ConstPtr;
62 typedef ::realsense_legacy_msgs::occupancy_map_<std::allocator<void> >
occupancy_map;
71 template<
typename ContainerAllocator>
72 std::ostream& operator<<(std::ostream& s, const ::realsense_legacy_msgs::occupancy_map_<ContainerAllocator> &
v)
82 namespace message_traits
95 template <
class ContainerAllocator>
100 template <
class ContainerAllocator>
105 template <
class ContainerAllocator>
110 template <
class ContainerAllocator>
115 template <
class ContainerAllocator>
120 template <
class ContainerAllocator>
126 template<
class ContainerAllocator>
131 return "e1b78aba30e7abd0605079857ac6fbc7";
134 static const char*
value(const ::realsense_legacy_msgs::occupancy_map_<ContainerAllocator>&) {
return value(); }
135 static const uint64_t static_value1 = 0xe1b78aba30e7abd0ULL;
136 static const uint64_t static_value2 = 0x605079857ac6fbc7ULL;
139 template<
class ContainerAllocator>
144 return "realsense_legacy_msgs/occupancy_map";
147 static const char*
value(const ::realsense_legacy_msgs::occupancy_map_<ContainerAllocator>&) {
return value(); }
150 template<
class ContainerAllocator>
155 return "uint8 accuracy\n\ 162 static const char*
value(const ::realsense_legacy_msgs::occupancy_map_<ContainerAllocator>&) {
return value(); }
170 namespace serialization
177 stream.next(m.accuracy);
178 stream.next(m.reserved);
179 stream.next(m.tile_count);
180 stream.next(m.tiles);
191 namespace message_operations
194 template<
class ContainerAllocator>
197 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::realsense_legacy_msgs::occupancy_map_<ContainerAllocator>&
v)
199 s << indent <<
"accuracy: ";
201 s << indent <<
"reserved: ";
203 s << indent <<
"tile_count: ";
205 s << indent <<
"tiles[]" << std::endl;
206 for (
size_t i = 0;
i < v.tiles.size(); ++
i)
208 s << indent <<
" tiles[" <<
i <<
"]: ";
217 #endif // realsense_legacy_msgs_MESSAGE_OCCUPANCY_MAP_H
occupancy_map_(const ContainerAllocator &_alloc)
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
static void stream(Stream &s, const std::string &indent, const ::realsense_legacy_msgs::occupancy_map_< ContainerAllocator > &v)
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
::realsense_legacy_msgs::occupancy_map_< std::allocator< void > > occupancy_map
Specialize to provide the md5sum for a message.
static const char * value(const ::realsense_legacy_msgs::occupancy_map_< ContainerAllocator > &)
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
GLsizei const GLchar *const * string
std::shared_ptr< ::realsense_legacy_msgs::occupancy_map_< ContainerAllocator > > Ptr
Specialize to provide the datatype for a message.
static const char * value(const ::realsense_legacy_msgs::occupancy_map_< ContainerAllocator > &)
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.
static const char * value()
uint16_t _tile_count_type
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.
occupancy_map_< ContainerAllocator > Type
std::vector< float, typename ContainerAllocator::template rebind< float >::other > _tiles_type
std::shared_ptr< ::realsense_legacy_msgs::occupancy_map const > occupancy_mapConstPtr
std::shared_ptr< ::realsense_legacy_msgs::occupancy_map_< ContainerAllocator > const > ConstPtr
static const char * value()
_tile_count_type tile_count
Templated serialization class. Default implementation provides backwards compatibility with old messa...
static const char * value(const ::realsense_legacy_msgs::occupancy_map_< ContainerAllocator > &)
static void allInOne(Stream &stream, T m)
std::shared_ptr< ::realsense_legacy_msgs::occupancy_map > occupancy_mapPtr