Monado OpenXR Runtime
|
Implementation of tunnelled controller connection, that translates messages passing via an HP G2 or Sasmung Odyssey+ HMD. More...
#include <stdint.h>
#include "os/os_threading.h"
#include "xrt/xrt_device.h"
#include "wmr_controller_base.h"
Go to the source code of this file.
Data Structures | |
struct | wmr_hmd_controller_connection |
Functions | |
struct wmr_hmd_controller_connection * | wmr_hmd_controller_create (struct wmr_hmd *hmd, uint8_t hmd_cmd_base, enum xrt_device_type controller_type, uint16_t vid, uint16_t pid, enum u_logging_level log_level) |
struct xrt_device * | wmr_hmd_controller_connection_get_controller (struct wmr_hmd_controller_connection *wcc) |
Implementation of tunnelled controller connection, that translates messages passing via an HP G2 or Sasmung Odyssey+ HMD.