Functions | |
int | get_libusb_debug_level () noexcept |
int | get_libuuu_debug_level () noexcept |
void | uuu_set_debug_level (uint32_t mask) |
const char * | uuu_get_last_err_string () |
void | set_last_err_string (const string &str) |
int | uuu_get_last_err () |
void | set_last_err_id (int id) |
Variables | |
static mutex | g_last_error_str_mutex |
static string | g_last_error_str |
static atomic< int > | g_last_err_id |
static uint32_t | g_debug_level |
|
noexcept |
|
noexcept |
void set_last_err_id | ( | int | id | ) |
void set_last_err_string | ( | const string & | str | ) |
int uuu_get_last_err | ( | ) |
Get Last error code
const char * uuu_get_last_err_string | ( | ) |
Get Last error string
void uuu_set_debug_level | ( | uint32_t | mask | ) |
|
static |
|
static |
|
static |
|
static |