|
Monado OpenXR Runtime
|
Base implementation of xrt_hand_tracker. More...
#include "b_hand_tracker.h"#include "b_hand_tracker.hpp"#include "xrt/xrt_device.h"#include "xrt/xrt_space.h"#include "math/m_space.h"#include "util/u_debug.h"#include "util/u_logging.h"#include "util/u_misc.h"#include "util/u_pretty_print.h"#include <cassert>#include <memory>Macros | |
| #define | BHT_TRACE(...) U_LOG_IFL_T(debug_get_log_option_hand_tracker_log(), __VA_ARGS__) |
| #define | BHT_DEBUG(...) U_LOG_IFL_D(debug_get_log_option_hand_tracker_log(), __VA_ARGS__) |
| #define | BHT_INFO(...) U_LOG_IFL_I(debug_get_log_option_hand_tracker_log(), __VA_ARGS__) |
| #define | BHT_WARN(...) U_LOG_IFL_W(debug_get_log_option_hand_tracker_log(), __VA_ARGS__) |
| #define | BHT_ERROR(...) U_LOG_IFL_E(debug_get_log_option_hand_tracker_log(), __VA_ARGS__) |
Functions | |
| xrt_result_t | b_hand_tracker_create (xrt_system_devices *xsysd, const xrt_hand_tracker_create_info *info, xrt_hand_tracker **out_xht) |
| xrt_result_t | b_hand_tracker_create_with_cb (xrt_system_devices *xsysd, const xrt_hand_tracker_create_info *info, b_hand_tracker_get_devices_func_t get_devices, void *data, xrt_hand_tracker **out_xht) |
Base implementation of xrt_hand_tracker.