Monado OpenXR Runtime
|
PSVR device header, imported from OpenHMD. More...
#include "xrt/xrt_device.h"
#include "xrt/xrt_prober.h"
#include "util/u_logging.h"
#include <hidapi.h>
Go to the source code of this file.
Data Structures | |
struct | psvr_parsed_sample |
A parsed single gyro, accel and tick sample. More... | |
struct | psvr_parsed_sensor |
Over the wire sensor packet from the headset. More... | |
struct | psvr_parsed_status |
A status packet from the headset in wire format. More... | |
Functions | |
struct xrt_device * | psvr_device_create_auto_prober (struct hid_device_info *sensor_hid_info, struct hid_device_info *control_hid_info, struct xrt_tracked_psvr *tracker, enum u_logging_level log_level) |
bool | psvr_parse_sensor_packet (struct psvr_parsed_sensor *sensor, const uint8_t *buffer, int size) |
bool | psvr_parse_status_packet (struct psvr_parsed_status *status, const uint8_t *buffer, int size) |
PSVR device header, imported from OpenHMD.