Monado OpenXR Runtime
vive_prober.h File Reference

Interface to HTC Vive and Valve Index driver. More...

#include <stdlib.h>
#include "xrt/xrt_prober.h"
#include "vive_device.h"
Include dependency graph for vive_prober.h:

Go to the source code of this file.

Functions

int vive_found (struct xrt_prober *xp, struct xrt_prober_device **devices, size_t device_count, size_t index, cJSON *attached_data, struct vive_tracking_status tstatus, struct vive_source *vs, struct vive_config **out_vive_config, struct xrt_device **out_xdev)
 Probing function for Vive devices. More...
 
int vive_controller_found (struct xrt_prober *xp, struct xrt_prober_device **devices, size_t device_count, size_t index, cJSON *attached_data, struct xrt_device **out_xdevs)
 Probing function for HTC Vive and Valve Index controllers. More...
 

Detailed Description