Monado OpenXR Runtime
illixr_component.h
Go to the documentation of this file.
1
// Copyright 2020-2021, The Board of Trustees of the University of Illinois.
2
// SPDX-License-Identifier: BSL-1.0
3
/*!
4
* @file
5
* @brief ILLIXR plugin
6
* @author RSIM Group <illixr@cs.illinois.edu>
7
* @ingroup drv_illixr
8
*/
9
10
#pragma once
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
void
*
17
illixr_monado_create_plugin(
void
*pb);
18
struct
xrt_pose
19
illixr_read_pose();
20
21
#ifdef __cplusplus
22
}
23
#endif
xrt_pose
A pose composed of a position and orientation.
Definition:
xrt_defines.h:465
drivers
illixr
illixr_component.h
Generated by
1.9.4