|
Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <rs_device.hpp>
Public Member Functions | |
| update_device () | |
| update_device (device d) | |
| void | update (const std::vector< uint8_t > &fw_image) const |
| template<class T > | |
| void | update (const std::vector< uint8_t > &fw_image, T callback) const |
Public Member Functions inherited from rs2::device | |
| std::vector< sensor > | query_sensors () const |
| std::string | get_type () const |
| std::string | get_description () const |
| template<class T > | |
| T | first () const |
| bool | supports (rs2_camera_info info) const |
| const char * | get_info (rs2_camera_info info) const |
| void | hardware_reset () |
| device & | operator= (const std::shared_ptr< rs2_device > dev) |
| device & | operator= (const device &dev) |
| device () | |
| operator bool () const | |
| const std::shared_ptr< rs2_device > & | get () const |
| bool | operator< (device const &other) const |
| bool | is_connected () const |
| template<class T > | |
| bool | is () const |
| template<class T > | |
| T | as () const |
| virtual | ~device () |
| operator std::shared_ptr< rs2_device > () | |
| device (std::shared_ptr< rs2_device > dev) | |
Additional Inherited Members | |
Protected Attributes inherited from rs2::device | |
| std::shared_ptr< rs2_device > | _dev |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.14