Monado OpenXR Runtime
psvr_interface.h
Go to the documentation of this file.
1 // Copyright 2019, Collabora, Ltd.
2 // SPDX-License-Identifier: BSL-1.0
3 /*!
4  * @file
5  * @brief Interface to @ref drv_psvr.
6  * @author Jakob Bornecrantz <jakob@collabora.com>
7  * @ingroup drv_psvr
8  */
9 
10 #pragma once
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 /*!
17  * @defgroup drv_psvr PSVR driver
18  * @ingroup drv
19  *
20  * @brief Driver for the Sony PSVR HMD.
21  */
22 
23 /*!
24  * Create a probe for PSVR devices.
25  *
26  * @ingroup drv_psvr
27  */
28 struct xrt_auto_prober *
30 
31 /*!
32  * @dir drivers/psvr
33  *
34  * @brief @ref drv_psvr files.
35  */
36 
37 
38 #ifdef __cplusplus
39 }
40 #endif
struct xrt_auto_prober * psvr_create_auto_prober(void)
Create a probe for PSVR devices.
Definition: psvr_prober.c:124
A simple prober to probe for a HMD device connected to the system.
Definition: xrt_prober.h:339