Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Classes | Namespaces | Functions
option.h File Reference
#include "backend.h"
#include "archive.h"
#include "hw-monitor.h"
#include "sensor.h"
#include "core/streaming.h"
#include <chrono>
#include <memory>
#include <vector>
#include <cmath>

Go to the source code of this file.

Classes

class  librealsense::readonly_option
 
class  librealsense::const_value_option
 
class  librealsense::option_base
 
class  librealsense::ptr_option< T >
 
class  librealsense::uvc_pu_option
 
class  librealsense::uvc_xu_option< T >
 
class  librealsense::struct_field_option< T, R, W, U >
 
class  librealsense::command_transfer_over_xu
 
class  librealsense::polling_errors_disable
 
class  librealsense::auto_disabling_control
 auto_disabling_control class provided a control that disable auto-control when changing the auto disabling control value More...
 

Namespaces

 librealsense
 

Functions

std::string librealsense::hexify (unsigned char n)
 
template<class T , class R , class W , class U >
std::shared_ptr< struct_field_option< T, R, W, U > > librealsense::make_field_option (std::shared_ptr< struct_interface< T, R, W >> struct_interface, U T::*field, const option_range &range)