Monado OpenXR Runtime
Loading...
Searching...
No Matches
rs_container Struct Reference

Container to store and manage useful objects from the RealSense API. More...

#include <realsense/rs_driver.h>

Collaboration diagram for rs_container:

Data Fields

rs2_error * error_status
 
rs2_context * context
 RealSense API context.
 
rs2_device_list * device_list
 List of connected RealSense devices.
 
int device_count
 Length of device_list.
 
int device_idx
 device index in device_list
 
rs2_device * device
 Main device.
 
rs2_pipeline * pipeline
 RealSense running pipeline.
 
rs2_config * config
 Pipeline streaming configuration.
 
rs2_pipeline_profile * profile
 Pipeline profile.
 

Detailed Description

Container to store and manage useful objects from the RealSense API.

Field Documentation

◆ config

rs2_config* rs_container::config

Pipeline streaming configuration.

Referenced by create_ddev(), rs_container_cleanup(), and rs_source_create().

◆ context

rs2_context* rs_container::context

◆ device

rs2_device* rs_container::device

◆ device_count

int rs_container::device_count

◆ device_idx

int rs_container::device_idx

device index in device_list

Referenced by create_ddev(), rs_container_cleanup(), and rs_source_create().

◆ device_list

rs2_device_list* rs_container::device_list

◆ pipeline

rs2_pipeline* rs_container::pipeline

RealSense running pipeline.

Referenced by close_ddev(), create_ddev(), rs_container_cleanup(), and rs_source_create().

◆ profile

rs2_pipeline_profile* rs_container::profile

Pipeline profile.

Referenced by create_ddev(), and rs_container_cleanup().


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