|
Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <rs_device.hpp>
Public Member Functions | |
| updatable () | |
| updatable (device d) | |
| void | enter_update_state () const |
| std::vector< uint8_t > | create_flash_backup () const |
| template<class T > | |
| std::vector< uint8_t > | create_flash_backup (T callback) const |
| bool | check_firmware_compatibility (const std::vector< uint8_t > &image) const |
| void | update_unsigned (const std::vector< uint8_t > &image, int update_mode=RS2_UNSIGNED_UPDATE_MODE_UPDATE) const |
| template<class T > | |
| void | update_unsigned (const std::vector< uint8_t > &image, T callback, int update_mode=RS2_UNSIGNED_UPDATE_MODE_UPDATE) 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 |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.14