#include <rs_serializable_device.hpp>

Public Member Functions | |
| void | load_json (const std::string &json_content) const |
| serializable_device (rs2::device d) | |
| std::string | serialize_json () const |
Public Member Functions inherited from rs2::device | |
| template<class T > | |
| T | as () const |
| device () | |
| device (std::shared_ptr< rs2_device > dev) | |
| template<class T > | |
| T | first () const |
| const std::shared_ptr< rs2_device > & | get () const |
| const char * | get_info (rs2_camera_info info) const |
| void | hardware_reset () |
| template<class T > | |
| bool | is () const |
| operator bool () const | |
| operator std::shared_ptr< rs2_device > () | |
| device & | operator= (const std::shared_ptr< rs2_device > dev) |
| device & | operator= (const device &dev) |
| std::vector< sensor > | query_sensors () const |
| bool | supports (rs2_camera_info info) const |
| virtual | ~device () |
Additional Inherited Members | |
Protected Attributes inherited from rs2::device | |
| std::shared_ptr< rs2_device > | _dev |
Definition at line 12 of file rs_serializable_device.hpp.
|
inline |
Definition at line 15 of file rs_serializable_device.hpp.
|
inline |
Definition at line 47 of file rs_serializable_device.hpp.
|
inline |
Definition at line 26 of file rs_serializable_device.hpp.