ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::t::io::RealSenseValidConfigs Struct Reference

#include <RealSenseSensorConfig.h>

Collaboration diagram for cloudViewer::t::io::RealSenseValidConfigs:

Public Attributes

std::string serial
 Device serial number. More...
 
std::string name
 
std::unordered_map< std::string, std::set< std::string > > valid_configs
 

Detailed Description

Store set of valid configuration options for a connected RealSense device. From this structure, a user can construct a RealSenseSensorConfig object meeting their specifications.

Definition at line 99 of file RealSenseSensorConfig.h.

Member Data Documentation

◆ name

std::string cloudViewer::t::io::RealSenseValidConfigs::name

Device name.

Definition at line 101 of file RealSenseSensorConfig.h.

Referenced by cloudViewer::t::io::pybind_sensor().

◆ serial

std::string cloudViewer::t::io::RealSenseValidConfigs::serial

Device serial number.

Definition at line 100 of file RealSenseSensorConfig.h.

Referenced by cloudViewer::t::io::pybind_sensor().

◆ valid_configs

std::unordered_map<std::string, std::set<std::string> > cloudViewer::t::io::RealSenseValidConfigs::valid_configs

Mapping between configuration option name and a list of valid values.

Definition at line 104 of file RealSenseSensorConfig.h.

Referenced by cloudViewer::t::io::RealSenseSensor::EnumerateDevices(), and cloudViewer::t::io::pybind_sensor().


The documentation for this struct was generated from the following file: