#include <tm-info.h>

Public Member Functions | |
| std::shared_ptr< device_interface > | create (std::shared_ptr< context > ctx, bool register_device_notifications) const override |
| platform::backend_device_group | get_device_data () const override |
| tm2_info (std::shared_ptr< context > ctx, platform::usb_device_info hwm) | |
| ~tm2_info () | |
Public Member Functions inherited from librealsense::device_info | |
| virtual std::shared_ptr< device_interface > | create_device (bool register_device_notifications=false) const |
| virtual bool | operator== (const device_info &other) const |
| virtual | ~device_info ()=default |
Static Public Member Functions | |
| static std::vector< std::shared_ptr< device_info > > | pick_tm2_devices (std::shared_ptr< context > ctx, std::vector< platform::usb_device_info > &usb) |
Private Attributes | |
| platform::usb_device_info | _hwm |
Additional Inherited Members | |
Protected Member Functions inherited from librealsense::device_info | |
| device_info (std::shared_ptr< context > backend) | |
Protected Attributes inherited from librealsense::device_info | |
| std::shared_ptr< context > | _ctx |
| librealsense::tm2_info::tm2_info | ( | std::shared_ptr< context > | ctx, |
| platform::usb_device_info | hwm | ||
| ) |
Definition at line 17 of file tm-info.cpp.
| librealsense::tm2_info::~tm2_info | ( | ) |
Definition at line 23 of file tm-info.cpp.
|
overridevirtual |
Implements librealsense::device_info.
Definition at line 28 of file tm-info.cpp.
|
overridevirtual |
Implements librealsense::device_info.
Definition at line 35 of file tm-info.cpp.
|
static |
Definition at line 42 of file tm-info.cpp.
|
private |