pybackend_extras.h
Go to the documentation of this file.
1 #include "../src/types.h"
2 
3 using namespace librealsense;
4 
5 namespace pybackend2 {
6  enum class command
7  {
10  reset = 0x20,
11  set_advanced = 0x2B,
12  get_advanced = 0x2C,
13  };
14 
15 #define HW_MONITOR_COMMAND_SIZE 1000
16 #define HW_MONITOR_BUFFER_SIZE 1024
17 
19 
20  std::vector<uint8_t> encode_command(command, uint32_t, uint32_t, uint32_t, uint32_t, std::vector<uint8_t>);
21 }
platform::guid stoguid(std::string str)
GLboolean reset
std::vector< uint8_t > encode_command(command opcode, uint32_t p1=0, uint32_t p2=0, uint32_t p3=0, uint32_t p4=0, std::vector< uint8_t > data=std::vector< uint8_t >())
GLsizei const GLchar *const * string
unsigned int uint32_t
Definition: stdint.h:80


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