Monado OpenXR Runtime
drivers
psvr
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
*
29
psvr_create_auto_prober
(
void
);
30
31
/*!
32
* @dir drivers/psvr
33
*
34
* @brief @ref drv_psvr files.
35
*/
36
37
38
#ifdef __cplusplus
39
}
40
#endif
psvr_create_auto_prober
struct xrt_auto_prober * psvr_create_auto_prober(void)
Create a probe for PSVR devices.
Definition:
psvr_prober.c:123
xrt_auto_prober
A simple prober to probe for a HMD device connected to the system.
Definition:
xrt_prober.h:333
Generated by
1.8.13