|
Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <rs_internal.hpp>
Public Member Functions | |
| firmware_logger (device d) | |
| void | start_collecting () |
| void | stop_collecting () |
| rs2::firmware_log_message | create_message () |
| rs2::firmware_log_parsed_message | create_parsed_message () |
| bool | get_firmware_log (rs2::firmware_log_message &msg) const |
| bool | get_flash_log (rs2::firmware_log_message &msg) const |
| bool | init_parser (const std::string &xml_content) |
| bool | parse_log (const rs2::firmware_log_message &msg, const rs2::firmware_log_parsed_message &parsed_msg) |
| unsigned int | get_number_of_fw_logs () 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 |
|
inline |
|
inline |
1.8.14