Loading [MathJax]/extensions/tex2jax.js
Monado OpenXR Runtime
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
d
f
g
m
o
p
r
s
t
w
x
Functions
d
f
g
m
o
p
r
s
t
w
x
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
Enumerations
Related Functions
c
d
n
o
s
x
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
c
e
g
n
p
r
t
u
v
x
Typedefs
c
i
m
r
t
u
x
Enumerations
c
d
h
m
o
p
s
t
u
v
w
x
Enumerator
c
i
m
o
s
t
u
x
Macros
a
b
c
d
e
f
g
i
l
m
n
o
p
r
u
v
w
x
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
daydream_interface.h
Go to the documentation of this file.
1
// Copyright 2019-2020, Collabora, Ltd.
2
// SPDX-License-Identifier: BSL-1.0
3
/*!
4
* @file
5
* @brief Interface to @ref drv_daydream.
6
* @author Pete Black <pete.black@collabora.com>
7
* @ingroup drv_daydream
8
*/
9
10
#pragma once
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
/*!
17
* @defgroup drv_daydream Daydream Controller driver
18
* @ingroup drv
19
*
20
* @brief Driver for the Google Daydream Controller.
21
*/
22
23
/*!
24
* Probing function for the Daydream controller.
25
*
26
* @ingroup drv_daydream
27
*/
28
struct
xrt_auto_prober
*
29
daydream_create_auto_prober
(
void
);
30
31
32
/*!
33
* @dir drivers/daydream
34
*
35
* @brief @ref drv_daydream files.
36
*/
37
38
39
#ifdef __cplusplus
40
}
41
#endif
daydream_create_auto_prober
struct xrt_auto_prober * daydream_create_auto_prober(void)
Probing function for the Daydream controller.
Definition:
daydream_prober.c:104
xrt_auto_prober
An interface to be exposed by a device driver that should probe for the existence of its own device o...
Definition:
xrt_prober.h:761
drivers
daydream
daydream_interface.h
Generated by
1.9.4