Monado OpenXR Runtime
Loading...
Searching...
No Matches
u_system_devices_ni.h
Go to the documentation of this file.
1// Copyright 2026, Beyley Cardellio
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief Not implemented function helpers for system devices.
6 * @author Beyley Cardellio <ep1cm1n10n123@gmail.com>
7 * @ingroup aux_util
8 */
9
10#pragma once
11
12#include "xrt/xrt_compiler.h"
13#include "xrt/xrt_system.h"
14
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20
21/*
22 *
23 * Not implemented function helpers.
24 *
25 */
26
27/*!
28 * Not implemented function for @ref xrt_system_devices::create_hand_tracker.
29 *
30 * @ingroup aux_util
31 */
34 const struct xrt_hand_tracker_create_info *info,
35 struct xrt_hand_tracker **out_xht);
36
37/*!
38 * Not implemented function for @ref xrt_system_devices::feature_inc
39 *
40 * @ingroup aux_util
41 */
44
45/*!
46 * Not implemented function for @ref xrt_system_devices::feature_dec
47 *
48 * @ingroup aux_util
49 */
52
53#ifdef __cplusplus
54}
55#endif
xrt_result_t u_system_devices_ni_feature_inc(struct xrt_system_devices *xsysd, enum xrt_device_feature_type type)
Not implemented function for xrt_system_devices::feature_inc.
Definition u_system_devices_ni.c:32
xrt_result_t u_system_devices_ni_feature_dec(struct xrt_system_devices *xsysd, enum xrt_device_feature_type type)
Not implemented function for xrt_system_devices::feature_dec.
Definition u_system_devices_ni.c:39
xrt_result_t u_system_devices_ni_create_hand_tracker(struct xrt_system_devices *xsysd, const struct xrt_hand_tracker_create_info *info, struct xrt_hand_tracker **out_xht)
Not implemented function for xrt_system_devices::create_hand_tracker.
Definition u_system_devices_ni.c:23
enum xrt_result xrt_result_t
Result type used across Monado.
Creation parameters for xrt_hand_tracker.
Definition xrt_hand_tracker.h:35
A hand tracker that owns device/source selection policy.
Definition xrt_hand_tracker.h:76
A collection of xrt_device, and an interface for identifying the roles they have been assigned.
Definition xrt_system.h:215
Header holding common defines.
xrt_device_feature_type
Higher level features for devices.
Definition xrt_device.h:254
Header for system objects.