Monado OpenXR Runtime
Files | Data Structures | Functions
PSVR driver

Driver for the Sony PSVR HMD. More...

Collaboration diagram for PSVR driver:

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_proberpsvr_create_auto_prober (void)
 Create a probe for PSVR devices. More...
 

Detailed Description

Driver for the Sony PSVR HMD.

Function Documentation

◆ psvr_create_auto_prober()

struct xrt_auto_prober* psvr_create_auto_prober ( void  )