Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | Public Attributes | List of all members
rsimpl::static_device_info Struct Reference

#include <types.h>

Public Member Functions

 static_device_info ()
 

Public Attributes

std::string name
 
int stream_subdevices [RS_STREAM_NATIVE_COUNT]
 
int data_subdevices [RS_STREAM_NATIVE_COUNT]
 
std::vector< subdevice_modesubdevice_modes
 
std::vector< interstream_ruleinterstream_rules
 
stream_request presets [RS_STREAM_NATIVE_COUNT][RS_PRESET_COUNT]
 
std::vector< supported_optionoptions
 
pose stream_poses [RS_STREAM_NATIVE_COUNT]
 
int num_libuvc_transfer_buffers
 
std::string firmware_version
 
std::string serial
 
float nominal_depth_scale
 
std::vector< supported_capabilitycapabilities_vector
 
std::vector< rs_frame_metadatasupported_metadata_vector
 
std::map< rs_camera_info, std::string > camera_info
 

Constructor & Destructor Documentation

◆ static_device_info()

rsimpl::static_device_info::static_device_info ( )

Member Data Documentation

◆ camera_info

std::map<rs_camera_info, std::string> rsimpl::static_device_info::camera_info

◆ capabilities_vector

std::vector<supported_capability> rsimpl::static_device_info::capabilities_vector

◆ data_subdevices

int rsimpl::static_device_info::data_subdevices[RS_STREAM_NATIVE_COUNT]

◆ firmware_version

std::string rsimpl::static_device_info::firmware_version

◆ interstream_rules

std::vector<interstream_rule> rsimpl::static_device_info::interstream_rules

◆ name

std::string rsimpl::static_device_info::name

◆ nominal_depth_scale

float rsimpl::static_device_info::nominal_depth_scale

◆ num_libuvc_transfer_buffers

int rsimpl::static_device_info::num_libuvc_transfer_buffers

◆ options

std::vector<supported_option> rsimpl::static_device_info::options

◆ presets

stream_request rsimpl::static_device_info::presets[RS_STREAM_NATIVE_COUNT][RS_PRESET_COUNT]

◆ serial

std::string rsimpl::static_device_info::serial

◆ stream_poses

pose rsimpl::static_device_info::stream_poses[RS_STREAM_NATIVE_COUNT]

◆ stream_subdevices

int rsimpl::static_device_info::stream_subdevices[RS_STREAM_NATIVE_COUNT]

◆ subdevice_modes

std::vector<subdevice_mode> rsimpl::static_device_info::subdevice_modes

◆ supported_metadata_vector

std::vector<rs_frame_metadata> rsimpl::static_device_info::supported_metadata_vector

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