Public Member Functions | Private Attributes | List of all members
librealsense::platform::retry_controls_work_around Class Reference

#include <backend.h>

Inheritance diagram for librealsense::platform::retry_controls_work_around:
Inheritance graph
[legend]

Public Member Functions

void close (stream_profile profile) override
 
std::string get_device_location () const override
 
power_state get_power_state () const override
 
std::vector< stream_profileget_profiles () const override
 
bool get_pu (rs2_option opt, int32_t &value) const override
 
control_range get_pu_range (rs2_option opt) const override
 
usb_spec get_usb_specification () const override
 
bool get_xu (const extension_unit &xu, uint8_t ctrl, uint8_t *data, int len) const override
 
control_range get_xu_range (const extension_unit &xu, uint8_t ctrl, int len) const override
 
void init_xu (const extension_unit &xu) override
 
void lock () const override
 
void probe_and_commit (stream_profile profile, frame_callback callback, int buffers) override
 
 retry_controls_work_around (std::shared_ptr< uvc_device > dev)
 
void set_power_state (power_state state) override
 
bool set_pu (rs2_option opt, int32_t value) override
 
bool set_xu (const extension_unit &xu, uint8_t ctrl, const uint8_t *data, int len) override
 
void start_callbacks () override
 
void stop_callbacks () override
 
void stream_on (std::function< void(const notification &n)> error_handler=[](const notification &n){}) override
 
void unlock () const override
 
- Public Member Functions inherited from librealsense::platform::uvc_device
virtual ~uvc_device ()=default
 

Private Attributes

std::shared_ptr< uvc_device_dev
 

Additional Inherited Members

- Protected Attributes inherited from librealsense::platform::uvc_device
std::function< void(const notification &n)> _error_handler
 

Detailed Description

Definition at line 381 of file backend.h.

Constructor & Destructor Documentation

librealsense::platform::retry_controls_work_around::retry_controls_work_around ( std::shared_ptr< uvc_device dev)
inlineexplicit

Definition at line 384 of file backend.h.

Member Function Documentation

void librealsense::platform::retry_controls_work_around::close ( stream_profile  profile)
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 407 of file backend.h.

std::string librealsense::platform::retry_controls_work_around::get_device_location ( ) const
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 490 of file backend.h.

power_state librealsense::platform::retry_controls_work_around::get_power_state ( ) const
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 417 of file backend.h.

std::vector<stream_profile> librealsense::platform::retry_controls_work_around::get_profiles ( ) const
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 485 of file backend.h.

bool librealsense::platform::retry_controls_work_around::get_pu ( rs2_option  opt,
int32_t value 
) const
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 456 of file backend.h.

control_range librealsense::platform::retry_controls_work_around::get_pu_range ( rs2_option  opt) const
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 480 of file backend.h.

usb_spec librealsense::platform::retry_controls_work_around::get_usb_specification ( ) const
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 495 of file backend.h.

bool librealsense::platform::retry_controls_work_around::get_xu ( const extension_unit xu,
uint8_t  ctrl,
uint8_t data,
int  len 
) const
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 439 of file backend.h.

control_range librealsense::platform::retry_controls_work_around::get_xu_range ( const extension_unit xu,
uint8_t  ctrl,
int  len 
) const
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 451 of file backend.h.

void librealsense::platform::retry_controls_work_around::init_xu ( const extension_unit xu)
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 422 of file backend.h.

void librealsense::platform::retry_controls_work_around::lock ( ) const
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 500 of file backend.h.

void librealsense::platform::retry_controls_work_around::probe_and_commit ( stream_profile  profile,
frame_callback  callback,
int  buffers 
)
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 387 of file backend.h.

void librealsense::platform::retry_controls_work_around::set_power_state ( power_state  state)
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 412 of file backend.h.

bool librealsense::platform::retry_controls_work_around::set_pu ( rs2_option  opt,
int32_t  value 
)
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 468 of file backend.h.

bool librealsense::platform::retry_controls_work_around::set_xu ( const extension_unit xu,
uint8_t  ctrl,
const uint8_t data,
int  len 
)
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 427 of file backend.h.

void librealsense::platform::retry_controls_work_around::start_callbacks ( )
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 397 of file backend.h.

void librealsense::platform::retry_controls_work_around::stop_callbacks ( )
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 402 of file backend.h.

void librealsense::platform::retry_controls_work_around::stream_on ( std::function< void(const notification &n)>  error_handler = [](const notificationn){})
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 392 of file backend.h.

void librealsense::platform::retry_controls_work_around::unlock ( ) const
inlineoverridevirtual

Implements librealsense::platform::uvc_device.

Definition at line 501 of file backend.h.

Member Data Documentation

std::shared_ptr<uvc_device> librealsense::platform::retry_controls_work_around::_dev
private

Definition at line 504 of file backend.h.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:39