Monado OpenXR Runtime
Loading...
Searching...
No Matches
ipc_client_hand_tracker.h
Go to the documentation of this file.
1
// Copyright 2026, NVIDIA CORPORATION.
2
// SPDX-License-Identifier: BSL-1.0
3
/*!
4
* @file
5
* @brief IPC client @ref xrt_hand_tracker proxy.
6
* @ingroup ipc_client
7
*/
8
9
#pragma once
10
11
#include "
xrt/xrt_hand_tracker.h
"
12
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
18
struct
ipc_connection
;
19
20
xrt_result_t
21
ipc_client_hand_tracker_create(
struct
ipc_connection
*ipc_c, uint32_t
id
,
struct
xrt_hand_tracker
**out_xht);
22
23
#ifdef __cplusplus
24
}
25
#endif
xrt_result_t
enum xrt_result xrt_result_t
Result type used across Monado.
ipc_connection
Connection.
Definition
ipc_client.h:62
xrt_hand_tracker
A hand tracker that owns device/source selection policy.
Definition
xrt_hand_tracker.h:76
xrt_hand_tracker.h
Header defining xrt hand tracker.
ipc
client
ipc_client_hand_tracker.h
Generated by
1.9.8