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:42
xrt_result_t u_system_devices_ni_create_body_tracker(struct xrt_system_devices *xsysd, const struct xrt_body_tracker_create_info *info, struct xrt_body_tracker **out_xbt)
Not implemented function for xrt_system_devices::create_body_tracker.
Definition u_system_devices_ni.c:24
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:49
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:33
enum xrt_result xrt_result_t
Result type used across Monado.
Creation parameters for xrt_body_tracker.
Definition xrt_body_tracker.h:30
A body tracker, owns the policy for selecting which device and body-tracking source back a single Ope...
Definition xrt_body_tracker.h:102
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:216
Header holding common defines.
xrt_device_feature_type
Higher level features for devices.
Definition xrt_device.h:276
Header for system objects.