#include <RealSenseNative.h>

Public Member Functions | |
| context_ref (rs2_context *Handle) | |
Public Member Functions inherited from rs2::context | |
| context () | |
| context (std::shared_ptr< rs2_context > ctx) | |
| device | get_sensor_parent (const sensor &s) const |
| playback | load_device (const std::string &file) |
| operator std::shared_ptr< rs2_context > () | |
| std::vector< sensor > | query_all_sensors () const |
| Generate a flat list of all available sensors from all RealSense devices. More... | |
| device_list | query_devices () const |
| device_list | query_devices (int mask) const |
| template<class T > | |
| void | set_devices_changed_callback (T callback) |
| void | unload_device (const std::string &file) |
| void | unload_tracking_module () |
Additional Inherited Members | |
Protected Attributes inherited from rs2::context | |
| std::shared_ptr< rs2_context > | _context |
Definition at line 14 of file RealSenseNative.h.
|
inline |
Definition at line 16 of file RealSenseNative.h.