Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | List of all members
rs2::net_device Class Reference

#include <rs_net.hpp>

Inheritance diagram for rs2::net_device:
rs2::device

Public Member Functions

 net_device (const std::string &address)
 
void add_to (context &ctx)
 
- Public Member Functions inherited from rs2::device
std::vector< sensorquery_sensors () const
 
template<class T >
first () const
 
bool supports (rs2_camera_info info) const
 
const char * get_info (rs2_camera_info info) const
 
void hardware_reset ()
 
deviceoperator= (const std::shared_ptr< rs2_device > dev)
 
deviceoperator= (const device &dev)
 
 device ()
 
 operator bool () const
 
const std::shared_ptr< rs2_device > & get () const
 
template<class T >
bool is () const
 
template<class 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
 

Constructor & Destructor Documentation

◆ net_device()

rs2::net_device::net_device ( const std::string &  address)
inline

Member Function Documentation

◆ add_to()

void rs2::net_device::add_to ( context ctx)
inline

Add network device to existing context. Any future queries on the context will return this device. This operation cannot be undone (except for destroying the context)

Parameters
[in]ctxcontext to add the device to

The documentation for this class was generated from the following file: