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
13extern "C" {
14#endif
15
16void *
17illixr_monado_create_plugin(void *pb);
18struct xrt_pose
19illixr_read_pose();
20
21#ifdef __cplusplus
22}
23#endif
A pose composed of a position and orientation.
Definition: xrt_defines.h:465