#include <OccupancyPointQuery.h>
Public Types | |
enum | { FREE = 0 } |
enum | { OCCUPIED = 1 } |
enum | { UNKNOWN = -1 } |
typedef int8_t | _occupancy_type |
typedef boost::shared_ptr < ::collider::OccupancyPointQueryResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::collider::OccupancyPointQueryResponse_ < ContainerAllocator > > | Ptr |
typedef OccupancyPointQueryResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
OccupancyPointQueryResponse_ () | |
OccupancyPointQueryResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
int8_t | occupancy |
Definition at line 54 of file OccupancyPointQuery.h.
typedef int8_t collider::OccupancyPointQueryResponse_< ContainerAllocator >::_occupancy_type |
Definition at line 67 of file OccupancyPointQuery.h.
typedef boost::shared_ptr< ::collider::OccupancyPointQueryResponse_<ContainerAllocator> const> collider::OccupancyPointQueryResponse_< ContainerAllocator >::ConstPtr |
Definition at line 75 of file OccupancyPointQuery.h.
typedef boost::shared_ptr< ::collider::OccupancyPointQueryResponse_<ContainerAllocator> > collider::OccupancyPointQueryResponse_< ContainerAllocator >::Ptr |
Definition at line 74 of file OccupancyPointQuery.h.
typedef OccupancyPointQueryResponse_<ContainerAllocator> collider::OccupancyPointQueryResponse_< ContainerAllocator >::Type |
Definition at line 55 of file OccupancyPointQuery.h.
anonymous enum |
Definition at line 70 of file OccupancyPointQuery.h.
anonymous enum |
Definition at line 71 of file OccupancyPointQuery.h.
anonymous enum |
Definition at line 72 of file OccupancyPointQuery.h.
collider::OccupancyPointQueryResponse_< ContainerAllocator >::OccupancyPointQueryResponse_ | ( | ) | [inline] |
Definition at line 57 of file OccupancyPointQuery.h.
collider::OccupancyPointQueryResponse_< ContainerAllocator >::OccupancyPointQueryResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 62 of file OccupancyPointQuery.h.
boost::shared_ptr<std::map<std::string, std::string> > collider::OccupancyPointQueryResponse_< ContainerAllocator >::__connection_header |
Definition at line 76 of file OccupancyPointQuery.h.
int8_t collider::OccupancyPointQueryResponse_< ContainerAllocator >::occupancy |
Definition at line 68 of file OccupancyPointQuery.h.