#include <SetCostmap.h>
Public Types | |
typedef std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | _costs_type |
typedef uint16_t | _height_type |
typedef uint16_t | _width_type |
typedef boost::shared_ptr < ::navfn::SetCostmapRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::navfn::SetCostmapRequest_ < ContainerAllocator > > | Ptr |
typedef SetCostmapRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
SetCostmapRequest_ () | |
SetCostmapRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | costs |
uint16_t | height |
uint16_t | width |
Definition at line 25 of file SetCostmap.h.
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > navfn::SetCostmapRequest_< ContainerAllocator >::_costs_type |
Definition at line 42 of file SetCostmap.h.
typedef uint16_t navfn::SetCostmapRequest_< ContainerAllocator >::_height_type |
Definition at line 45 of file SetCostmap.h.
typedef uint16_t navfn::SetCostmapRequest_< ContainerAllocator >::_width_type |
Definition at line 48 of file SetCostmap.h.
typedef boost::shared_ptr< ::navfn::SetCostmapRequest_<ContainerAllocator> const> navfn::SetCostmapRequest_< ContainerAllocator >::ConstPtr |
Definition at line 53 of file SetCostmap.h.
typedef boost::shared_ptr< ::navfn::SetCostmapRequest_<ContainerAllocator> > navfn::SetCostmapRequest_< ContainerAllocator >::Ptr |
Definition at line 52 of file SetCostmap.h.
typedef SetCostmapRequest_<ContainerAllocator> navfn::SetCostmapRequest_< ContainerAllocator >::Type |
Definition at line 26 of file SetCostmap.h.
navfn::SetCostmapRequest_< ContainerAllocator >::SetCostmapRequest_ | ( | ) | [inline] |
Definition at line 28 of file SetCostmap.h.
navfn::SetCostmapRequest_< ContainerAllocator >::SetCostmapRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 35 of file SetCostmap.h.
boost::shared_ptr<std::map<std::string, std::string> > navfn::SetCostmapRequest_< ContainerAllocator >::__connection_header |
Definition at line 54 of file SetCostmap.h.
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > navfn::SetCostmapRequest_< ContainerAllocator >::costs |
Definition at line 43 of file SetCostmap.h.
uint16_t navfn::SetCostmapRequest_< ContainerAllocator >::height |
Definition at line 46 of file SetCostmap.h.
uint16_t navfn::SetCostmapRequest_< ContainerAllocator >::width |
Definition at line 49 of file SetCostmap.h.