Monado OpenXR Runtime
u_prober.c File Reference

Helpers for prober related code. More...

#include "xrt/xrt_prober.h"
#include "u_prober.h"
#include <string.h>
Include dependency graph for u_prober.c:

Macros

#define ENUM_TO_STR(r)    case r: return #r
 

Functions

const char * u_prober_string_to_string (enum xrt_prober_string t)
 
const char * u_prober_bus_type_to_string (enum xrt_bus_type t)
 
bool u_prober_match_string (struct xrt_prober *xp, struct xrt_prober_device *dev, enum xrt_prober_string type, const char *to_match)
 

Detailed Description