Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/io/openni2/openni2_device_info.h>
Public Attributes | |
std::string | uri_ |
std::string | vendor_ |
std::string | name_ |
std::uint16_t | vendor_id_ |
std::uint16_t | product_id_ |
Definition at line 45 of file openni2_device_info.h.
std::string pcl::io::openni2::OpenNI2DeviceInfo::name_ |
Definition at line 49 of file openni2_device_info.h.
std::uint16_t pcl::io::openni2::OpenNI2DeviceInfo::product_id_ |
Definition at line 51 of file openni2_device_info.h.
std::string pcl::io::openni2::OpenNI2DeviceInfo::uri_ |
Definition at line 47 of file openni2_device_info.h.
std::string pcl::io::openni2::OpenNI2DeviceInfo::vendor_ |
Definition at line 48 of file openni2_device_info.h.
std::uint16_t pcl::io::openni2::OpenNI2DeviceInfo::vendor_id_ |
Definition at line 50 of file openni2_device_info.h.