#include <PullRawData.h>
Public Types | |
typedef uint8_t | _exclude_camera_images_type |
typedef uint8_t | _exclude_range_images_type |
typedef boost::shared_ptr < ::cr_capture::PullRawDataRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::cr_capture::PullRawDataRequest_ < ContainerAllocator > > | Ptr |
typedef PullRawDataRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
PullRawDataRequest_ () | |
PullRawDataRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint8_t | exclude_camera_images |
uint8_t | exclude_range_images |
Definition at line 26 of file PullRawData.h.
typedef uint8_t cr_capture::PullRawDataRequest_< ContainerAllocator >::_exclude_camera_images_type |
Definition at line 41 of file PullRawData.h.
typedef uint8_t cr_capture::PullRawDataRequest_< ContainerAllocator >::_exclude_range_images_type |
Definition at line 44 of file PullRawData.h.
typedef boost::shared_ptr< ::cr_capture::PullRawDataRequest_<ContainerAllocator> const> cr_capture::PullRawDataRequest_< ContainerAllocator >::ConstPtr |
Definition at line 49 of file PullRawData.h.
typedef boost::shared_ptr< ::cr_capture::PullRawDataRequest_<ContainerAllocator> > cr_capture::PullRawDataRequest_< ContainerAllocator >::Ptr |
Definition at line 48 of file PullRawData.h.
typedef PullRawDataRequest_<ContainerAllocator> cr_capture::PullRawDataRequest_< ContainerAllocator >::Type |
Definition at line 27 of file PullRawData.h.
cr_capture::PullRawDataRequest_< ContainerAllocator >::PullRawDataRequest_ | ( | ) | [inline] |
Definition at line 29 of file PullRawData.h.
cr_capture::PullRawDataRequest_< ContainerAllocator >::PullRawDataRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 35 of file PullRawData.h.
boost::shared_ptr<std::map<std::string, std::string> > cr_capture::PullRawDataRequest_< ContainerAllocator >::__connection_header |
Definition at line 50 of file PullRawData.h.
uint8_t cr_capture::PullRawDataRequest_< ContainerAllocator >::exclude_camera_images |
Definition at line 42 of file PullRawData.h.
uint8_t cr_capture::PullRawDataRequest_< ContainerAllocator >::exclude_range_images |
Definition at line 45 of file PullRawData.h.