Monado OpenXR Runtime
|
A binding profile, has lists of binding pairs to goes from device in name
to the device it hangs off on.
More...
#include <xrt/xrt_device.h>
Data Fields | |
enum xrt_device_name | name |
Device this binding emulates. More... | |
struct xrt_binding_input_pair * | inputs |
size_t | input_count |
struct xrt_binding_output_pair * | outputs |
size_t | output_count |
A binding profile, has lists of binding pairs to goes from device in name
to the device it hangs off on.
enum xrt_device_name xrt_binding_profile::name |
Device this binding emulates.
Referenced by ipcproto.common.Arg::__init__(), ipcproto.common.Call::__init__(), bindings.Profile::__init__(), ipcproto.common.Arg::dump(), ipcproto.common.Call::dump(), ipcproto.common.Arg::get_func_argument_in(), ipcproto.common.Arg::get_func_argument_out(), ipcproto.common.Arg::get_struct_field(), ipcproto.common.Call::write_call_decl(), ipcproto.common.Call::write_handler_decl(), ipcproto.common.Call::write_receive_decl(), and ipcproto.common.Call::write_send_decl().