Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
librealsense::device_info Class Referenceabstract

#include <context.h>

Inheritance diagram for librealsense::device_info:
librealsense::ds5_info librealsense::l500_info librealsense::playback_device_info librealsense::readonly_device_info librealsense::sr300_info librealsense::tm2_info

Public Member Functions

virtual std::shared_ptr< device_interfacecreate_device (bool register_device_notifications=false) const
 
virtual ~device_info ()=default
 
virtual platform::backend_device_group get_device_data () const =0
 
virtual bool operator== (const device_info &other) const
 

Protected Member Functions

 device_info (std::shared_ptr< context > backend)
 
virtual std::shared_ptr< device_interfacecreate (std::shared_ptr< context > ctx, bool register_device_notifications) const =0
 

Protected Attributes

std::shared_ptr< context_ctx
 

Constructor & Destructor Documentation

§ ~device_info()

virtual librealsense::device_info::~device_info ( )
virtualdefault

§ device_info()

librealsense::device_info::device_info ( std::shared_ptr< context backend)
inlineexplicitprotected

Member Function Documentation

§ create()

virtual std::shared_ptr<device_interface> librealsense::device_info::create ( std::shared_ptr< context ctx,
bool  register_device_notifications 
) const
protectedpure virtual

§ create_device()

virtual std::shared_ptr<device_interface> librealsense::device_info::create_device ( bool  register_device_notifications = false) const
inlinevirtual

§ get_device_data()

virtual platform::backend_device_group librealsense::device_info::get_device_data ( ) const
pure virtual

§ operator==()

virtual bool librealsense::device_info::operator== ( const device_info other) const
inlinevirtual

Member Data Documentation

§ _ctx

std::shared_ptr<context> librealsense::device_info::_ctx
protected

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