![]() |
Edge AI Add-on API 2.2.0
|
| #define RETURN_IF | ( | is_true, | |
| ret_val ) |
Macro for verifying that the provided condition is true. It will cause the exterior function to return an error value if it is not.
| [in] | is_true | Boolean condition to check. |
| [in] | ret_val | The value to be returned if the checks fails |