Monado OpenXR Runtime
|
Driver for the Sony PSVR HMD. More...
Files | |
file | psvr_device.c |
PSVR device implementation, imported from OpenHMD. | |
file | psvr_device.h |
PSVR device header, imported from OpenHMD. | |
file | psvr_interface.h |
Interface to PSVR driver. | |
file | psvr_packet.c |
PSVR packet parsing implementation, imported from OpenHMD. | |
file | psvr_prober.c |
PSVR prober code. | |
Data Structures | |
struct | psvr_device |
Private struct for the PSVR driver device. More... | |
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... | |
struct | psvr_prober |
PSVR prober struct. More... | |
Functions | |
struct xrt_auto_prober * | psvr_create_auto_prober (void) |
Create a probe for PSVR devices. More... | |
Driver for the Sony PSVR HMD.
struct xrt_auto_prober* psvr_create_auto_prober | ( | void | ) |
#include <drivers/psvr/psvr_interface.h>
Create a probe for PSVR devices.
References U_TYPED_CALLOC.