bool u_str_to_xrt_input_name(const char *str, enum xrt_input_name *out_name)
Parse an xrt_input_name from its string representation.
Definition u_str_to_enum.c:45
enum xrt_input_name u_str_to_xrt_input_name_or_default(const char *str)
Parse an xrt_input_name from its string representation.
Definition u_str_to_enum.c:61
enum xrt_output_name u_str_to_xrt_output_name_or_default(const char *str)
Parse an xrt_output_name from its string representation.
Definition u_str_to_enum.c:73
bool u_str_to_xrt_output_name(const char *str, enum xrt_output_name *out_name)
Parse an xrt_output_name from its string representation.
Definition u_str_to_enum.c:53
xrt_input_name
Every internal input source known to monado with a baked in type.
Definition xrt_defines.h:930
xrt_output_name
Name of a output with a baked in type.
Definition xrt_defines.h:1612
Common defines and enums for XRT.