Monado OpenXR Runtime
|
Prints information about the system. More...
#include "xrt/xrt_space.h"
#include "xrt/xrt_system.h"
#include "xrt/xrt_device.h"
#include "xrt/xrt_prober.h"
#include "xrt/xrt_instance.h"
#include "xrt/xrt_config_drivers.h"
#include "util/u_git_tag.h"
#include "cli_common.h"
#include <string.h>
#include <stdio.h>
Macros | |
#define | P(...) printf(__VA_ARGS__) |
#define | PT(...) printf("\t" __VA_ARGS__) |
#define | PTT(...) printf("\t\t" __VA_ARGS__) |
Functions | |
static int | do_exit (struct xrt_instance **xi_ptr, int ret) |
int | cli_cmd_info (int argc, const char **argv) |
Prints information about the system.