Monado OpenXR Runtime
oxr_space Struct Reference

Can be one of several reference space types, or a space that is bound to an action. More...

#include <oxr/oxr_objects.h>

Inheritance diagram for oxr_space:
Collaboration diagram for oxr_space:

Data Fields

struct oxr_handle_base handle
 Common structure for things referred to by OpenXR handles. More...
 
struct oxr_sessionsess
 Owner of this space. More...
 
struct xrt_pose pose
 Pose that was given during creation. More...
 
uint32_t act_key
 Action key from which action this space was created from. More...
 
enum oxr_space_type space_type
 What kind of space is this? More...
 
struct oxr_subaction_paths subaction_paths
 Which sub action path is this? More...
 
struct {
   struct xrt_space *   xs
 
   struct xrt_device *   xdev
 
   enum xrt_input_name   name
 
action
 
- Data Fields inherited from oxr_handle_base
uint64_t debug
 Magic (per-handle-type) value for debugging. More...
 
struct oxr_handle_baseparent
 Pointer to this object's parent handle holder, if any. More...
 
struct oxr_handle_basechildren [256]
 Array of children, if any. More...
 
enum oxr_handle_state state
 Current handle state. More...
 
oxr_handle_destroyer destroy
 Destroy the object this handle refers to. More...
 

Additional Inherited Members

- Public Member Functions inherited from oxr_handle_base
XrResult oxr_handle_destroy (struct oxr_logger *log, struct oxr_handle_base *hb)
 Destroy the handle's object, as well as all child handles recursively. More...
 
- Protected Member Functions inherited from oxr_handle_base
XrResult oxr_handle_init (struct oxr_logger *log, struct oxr_handle_base *hb, uint64_t debug, oxr_handle_destroyer destroy, struct oxr_handle_base *parent)
 Initialize a handle holder, and if a parent is specified, update its child list to include this handle. More...
 

Detailed Description

Can be one of several reference space types, or a space that is bound to an action.

Parent type/handle is oxr_session

OpenXR Object:
XrSpace

Field Documentation

◆ act_key

uint32_t oxr_space::act_key

Action key from which action this space was created from.

◆ handle

struct oxr_handle_base oxr_space::handle

Common structure for things referred to by OpenXR handles.

◆ pose

struct xrt_pose oxr_space::pose

Pose that was given during creation.

◆ sess

struct oxr_session* oxr_space::sess

Owner of this space.

◆ space_type

enum oxr_space_type oxr_space::space_type

What kind of space is this?

Referenced by oxr_pp_space_indented().

◆ subaction_paths

struct oxr_subaction_paths oxr_space::subaction_paths

Which sub action path is this?


The documentation for this struct was generated from the following file: