Monado OpenXR Runtime
ipc_shared_binding_profile Struct Reference

A binding in the shared memory area. More...

#include </builds/monado/monado/src/xrt/ipc/shared/ipc_protocol.h>

Collaboration diagram for ipc_shared_binding_profile:

Data Fields

enum xrt_device_name name
 
uint32_t input_count
 Number of inputs. More...
 
uint32_t first_input_index
 Offset into the array of pairs where this input bindings starts. More...
 
uint32_t output_count
 Number of outputs. More...
 
uint32_t first_output_index
 Offset into the array of pairs where this output bindings starts. More...
 

Detailed Description

A binding in the shared memory area.

Field Documentation

◆ first_input_index

uint32_t ipc_shared_binding_profile::first_input_index

Offset into the array of pairs where this input bindings starts.

◆ first_output_index

uint32_t ipc_shared_binding_profile::first_output_index

Offset into the array of pairs where this output bindings starts.

◆ input_count

uint32_t ipc_shared_binding_profile::input_count

Number of inputs.

◆ output_count

uint32_t ipc_shared_binding_profile::output_count

Number of outputs.


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