rs_net.h
Go to the documentation of this file.
1 /* License: Apache 2.0. See LICENSE file in root directory.
2  Copyright(c) 2020 Intel Corporation. All Rights Reserved. */
3 
9 #ifndef LIBREALSENSE_RS2_NET_H
10 #define LIBREALSENSE_RS2_NET_H
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 #include "librealsense2/rs.h"
17 
24 rs2_device* rs2_create_net_device(int api_version, const char* address, rs2_error** error);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif
rs2_device * rs2_create_net_device(int api_version, const char *address, rs2_error **error)
Definition: ip_device.cpp:403
Exposes librealsense functionality for C compilers.
Definition: api.h:28
GLuint GLuint64EXT address
Definition: glext.h:11417


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:40