Go to the source code of this file.
◆ CS_CHECK_ESP
Value:
ESP_LOGE(
"CS-BLEMIDI",
"Failed to call '%s': %s (%d)", #x, \
return false; \
} \
} while (0)
Array< T, N > copyAs(const Array< U, N > &src)
Copy an Array to an Array of a different type.
Definition at line 5 of file util.hpp.
◆ CS_CHECK_ZERO
Value:
ESP_LOGE(
"CS-BLEMIDI",
"Failed to call '%s': (%d)", #x, \
static_cast<int>(
ret)); \
return false; \
} \
} while (0)
Definition at line 13 of file util.hpp.
◆ CS_CHECK_ZERO_V
Value:
ESP_LOGE(
"CS-BLEMIDI",
"Failed to call '%s': (%d)", #x, \
static_cast<int>(
ret)); \
return; \
} \
} while (0)
Definition at line 21 of file util.hpp.