#include <CoordConversion.h>
Public Types | |
typedef float | _xConverted_type |
typedef float | _yConverted_type |
typedef boost::shared_ptr < ::youbot_overhead_vision::CoordConversionResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::youbot_overhead_vision::CoordConversionResponse_ < ContainerAllocator > > | Ptr |
typedef CoordConversionResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
CoordConversionResponse_ () | |
CoordConversionResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
float | xConverted |
float | yConverted |
Definition at line 63 of file CoordConversion.h.
typedef float youbot_overhead_vision::CoordConversionResponse_< ContainerAllocator >::_xConverted_type |
Definition at line 78 of file CoordConversion.h.
typedef float youbot_overhead_vision::CoordConversionResponse_< ContainerAllocator >::_yConverted_type |
Definition at line 81 of file CoordConversion.h.
typedef boost::shared_ptr< ::youbot_overhead_vision::CoordConversionResponse_<ContainerAllocator> const> youbot_overhead_vision::CoordConversionResponse_< ContainerAllocator >::ConstPtr |
Definition at line 86 of file CoordConversion.h.
typedef boost::shared_ptr< ::youbot_overhead_vision::CoordConversionResponse_<ContainerAllocator> > youbot_overhead_vision::CoordConversionResponse_< ContainerAllocator >::Ptr |
Definition at line 85 of file CoordConversion.h.
typedef CoordConversionResponse_<ContainerAllocator> youbot_overhead_vision::CoordConversionResponse_< ContainerAllocator >::Type |
Definition at line 64 of file CoordConversion.h.
youbot_overhead_vision::CoordConversionResponse_< ContainerAllocator >::CoordConversionResponse_ | ( | ) | [inline] |
Definition at line 66 of file CoordConversion.h.
youbot_overhead_vision::CoordConversionResponse_< ContainerAllocator >::CoordConversionResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 72 of file CoordConversion.h.
boost::shared_ptr<std::map<std::string, std::string> > youbot_overhead_vision::CoordConversionResponse_< ContainerAllocator >::__connection_header |
Definition at line 87 of file CoordConversion.h.
float youbot_overhead_vision::CoordConversionResponse_< ContainerAllocator >::xConverted |
Definition at line 79 of file CoordConversion.h.
float youbot_overhead_vision::CoordConversionResponse_< ContainerAllocator >::yConverted |
Definition at line 82 of file CoordConversion.h.