Monado OpenXR Runtime
|
PSVR prober code. More...
#include <stdio.h>
#include <stdlib.h>
#include <wchar.h>
#include <hidapi.h>
#include "xrt/xrt_prober.h"
#include "xrt/xrt_tracking.h"
#include "util/u_misc.h"
#include "util/u_debug.h"
#include "util/u_logging.h"
#include "psvr_interface.h"
#include "psvr_device.h"
Data Structures | |
struct | psvr_prober |
PSVR prober struct. More... | |
Macros | |
#define | PSVR_DEBUG(p, ...) U_LOG_IFL_D(p->log_level, __VA_ARGS__) |
Functions | |
struct xrt_auto_prober * | psvr_create_auto_prober (void) |
struct xrt_device * | psvr_device_create (struct xrt_tracked_psvr *tracker) |
Create PSVR device, with a optional tracker. More... | |
PSVR prober code.