Monado OpenXR Runtime
Files | Functions
Dummy driver

Simple do-nothing dummy driver. More...

Collaboration diagram for Dummy driver:

Files

file  dummy_hmd.c
 Dummy HMD device.
 
file  dummy_interface.h
 Interface to dummy driver.
 
file  dummy_prober.c
 Dummy prober code.
 

Functions

struct xrt_auto_proberdummy_create_auto_prober (void)
 Create a auto prober for dummy devices. More...
 
struct xrt_devicedummy_hmd_create (void)
 Create a dummy hmd. More...
 

Detailed Description

Simple do-nothing dummy driver.

Function Documentation

◆ dummy_create_auto_prober()

struct xrt_auto_prober* dummy_create_auto_prober ( void  )

#include <drivers/dummy/dummy_interface.h>

Create a auto prober for dummy devices.

References dummy_prober::base, xrt_auto_prober::destroy, xrt_auto_prober::name, and U_TYPED_CALLOC.

◆ dummy_hmd_create()

struct xrt_device* dummy_hmd_create ( void  )