The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
Macros | |
#define | MHA_ERR_SUCCESS 0 |
#define | MHA_ERR_UNKNOWN 1 |
#define | MHA_ERR_INVALID_HANDLE 2 |
#define | MHA_ERR_NULL 3 |
#define | MHA_ERR_VARRANGE 4 |
#define | MHA_ERR_VARFMT 5 |
#define | MHA_ERR_USER 10000 |
Functions | |
const char * | mha_strerror (int mhaerrno) |
void | mha_set_user_error (const char *str) |
#define MHA_ERR_SUCCESS 0 |
#define MHA_ERR_UNKNOWN 1 |
#define MHA_ERR_INVALID_HANDLE 2 |
#define MHA_ERR_NULL 3 |
#define MHA_ERR_VARRANGE 4 |
#define MHA_ERR_VARFMT 5 |
#define MHA_ERR_USER 10000 |
const char* mha_strerror | ( | int | mhaerrno | ) |
void mha_set_user_error | ( | const char * | str | ) |