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.