|
Monado OpenXR Runtime
|
Base implementation of xrt_body_tracker. More...
#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 "b_body_tracker.h"#include "b_body_tracker.hpp"#include <cassert>#include <memory>Macros | |
| #define | BBT_TRACE(...) U_LOG_IFL_T(debug_get_log_option_body_tracker_log(), __VA_ARGS__) |
| #define | BBT_DEBUG(...) U_LOG_IFL_D(debug_get_log_option_body_tracker_log(), __VA_ARGS__) |
| #define | BBT_INFO(...) U_LOG_IFL_I(debug_get_log_option_body_tracker_log(), __VA_ARGS__) |
| #define | BBT_WARN(...) U_LOG_IFL_W(debug_get_log_option_body_tracker_log(), __VA_ARGS__) |
| #define | BBT_ERROR(...) U_LOG_IFL_E(debug_get_log_option_body_tracker_log(), __VA_ARGS__) |
Functions | |
| xrt_result_t | b_body_tracker_create (xrt_system_devices *xsysd, const xrt_body_tracker_create_info *info, xrt_body_tracker **out_xbt) |
Base implementation of xrt_body_tracker.