String to enum conversion for XRT enums.
More...
#include "xrt/xrt_macro_lists.h"
#include "util/u_str_to_enum.h"
#include <string.h>
String to enum conversion for XRT enums.
- Author
- Jakob Bornecrantz tborn.nosp@m.ecra.nosp@m.ntz@n.nosp@m.vidi.nosp@m.a.com
◆ X_MACRO_STR_TO_XRT_INPUT_NAME
| #define X_MACRO_STR_TO_XRT_INPUT_NAME |
( |
|
NAME | ) |
|
Value: if (strcmp(#NAME, str) == 0) { \
*out_name = NAME; \
return true; \
}
◆ X_MACRO_STR_TO_XRT_OUTPUT_NAME
| #define X_MACRO_STR_TO_XRT_OUTPUT_NAME |
( |
|
NAME | ) |
|
Value: if (strcmp(#NAME, str) == 0) { \
*out_name = NAME; \
return true; \
}