#include <PullRawData.h>
Public Types | |
typedef ::cr_capture::RawCloudData_ < ContainerAllocator > | _data_type |
typedef boost::shared_ptr < ::cr_capture::PullRawDataResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::cr_capture::PullRawDataResponse_ < ContainerAllocator > > | Ptr |
typedef PullRawDataResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
PullRawDataResponse_ () | |
PullRawDataResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
::cr_capture::RawCloudData_ < ContainerAllocator > | data |
Definition at line 60 of file PullRawData.h.
typedef ::cr_capture::RawCloudData_<ContainerAllocator> cr_capture::PullRawDataResponse_< ContainerAllocator >::_data_type |
Definition at line 73 of file PullRawData.h.
typedef boost::shared_ptr< ::cr_capture::PullRawDataResponse_<ContainerAllocator> const> cr_capture::PullRawDataResponse_< ContainerAllocator >::ConstPtr |
Definition at line 78 of file PullRawData.h.
typedef boost::shared_ptr< ::cr_capture::PullRawDataResponse_<ContainerAllocator> > cr_capture::PullRawDataResponse_< ContainerAllocator >::Ptr |
Definition at line 77 of file PullRawData.h.
typedef PullRawDataResponse_<ContainerAllocator> cr_capture::PullRawDataResponse_< ContainerAllocator >::Type |
Definition at line 61 of file PullRawData.h.
cr_capture::PullRawDataResponse_< ContainerAllocator >::PullRawDataResponse_ | ( | ) | [inline] |
Definition at line 63 of file PullRawData.h.
cr_capture::PullRawDataResponse_< ContainerAllocator >::PullRawDataResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 68 of file PullRawData.h.
boost::shared_ptr<std::map<std::string, std::string> > cr_capture::PullRawDataResponse_< ContainerAllocator >::__connection_header |
Definition at line 79 of file PullRawData.h.
::cr_capture::RawCloudData_<ContainerAllocator> cr_capture::PullRawDataResponse_< ContainerAllocator >::data |
Definition at line 74 of file PullRawData.h.