Monado OpenXR Runtime
Loading...
Searching...
No Matches
ipc_client_hand_tracker.c File Reference

IPC client xrt_hand_tracker proxy. More...

#include "client/ipc_client.h"
#include "client/ipc_client_hand_tracker.h"
#include "ipc_client_generated.h"
#include "util/u_misc.h"
Include dependency graph for ipc_client_hand_tracker.c:

Data Structures

struct  ipc_client_hand_tracker
 

Functions

static struct ipc_client_hand_trackeripc_client_hand_tracker (struct xrt_hand_tracker *xht)
 
static xrt_result_t hand_tracker_locate (struct xrt_hand_tracker *xht, struct xrt_space_overseer *xso, struct xrt_space *base_space, const struct xrt_pose *base_offset, int64_t at_timestamp_ns, struct xrt_hand_tracker_location *out_location)
 
static xrt_result_t hand_tracker_set_output (struct xrt_hand_tracker *xht, enum xrt_output_name name, const struct xrt_output_value *value)
 
static void hand_tracker_destroy (struct xrt_hand_tracker *xht)
 
xrt_result_t ipc_client_hand_tracker_create (struct ipc_connection *ipc_c, uint32_t id, struct xrt_hand_tracker **out_xht)
 

Detailed Description

IPC client xrt_hand_tracker proxy.