Monado OpenXR Runtime

Prober code to dump information. More...

#include "xrt/xrt_config_os.h"
#include "xrt/xrt_config_have.h"
#include "util/u_misc.h"
#include "util/u_pretty_print.h"
#include "p_prober.h"
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
Include dependency graph for p_dump.c:

Macros

#define P(...)
 
#define PT(fmt, ...)   P("\t" fmt "\n", __VA_ARGS__)
 
#define PTT(fmt, ...)   P("\t\t" fmt "\n", __VA_ARGS__)
 

Functions

static int print_ports (char *tmp, size_t size, uint8_t *ports, int num)
 
void p_dump_device (struct prober *p, struct prober_device *pdev, int id, bool use_stdout)
 

Detailed Description

Prober code to dump information.

Author
Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m

Macro Definition Documentation

◆ P

#define P (   ...)
Value:
do { \
u_pp(dg, __VA_ARGS__); \
} while (false)