The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
Classes | |
class | io_tcp_parser_t |
The parser interface of the IOTCP library. More... | |
class | io_tcp_sound_t |
Sound data handling of io tcp library. More... | |
union | io_tcp_sound_t::float_union |
This union helps in conversion of floats from host byte order to network byte order and back again. More... | |
class | io_tcp_fwcb_t |
TCP sound-io library's interface to the framework callbacks. More... | |
class | io_tcp_t |
The tcp sound io library. More... | |
Macros | |
#define | ERR_SUCCESS 0 |
#define | ERR_IHANDLE -1 |
#define | ERR_USER -1000 |
#define | MAX_USER_ERR 0x2000 |
#define | MHA_ErrorMsg2(x, y) MHA_Error(__FILE__,__LINE__,(x),(y)) |
#define | MHA_ErrorMsg3(x, y, z) MHA_Error(__FILE__,__LINE__,(x),(y),(z)) |
#define | MIN_TCP_PORT 0 |
#define | MIN_TCP_PORT_STR "0" |
#define | MAX_TCP_PORT 65535 |
#define | MAX_TCP_PORT_STR "65535" |
#define | IOInit MHA_STATIC_MHAIOTCP_IOInit |
#define | IOPrepare MHA_STATIC_MHAIOTCP_IOPrepare |
#define | IOStart MHA_STATIC_MHAIOTCP_IOStart |
#define | IOStop MHA_STATIC_MHAIOTCP_IOStop |
#define | IORelease MHA_STATIC_MHAIOTCP_IORelease |
#define | IOSetVar MHA_STATIC_MHAIOTCP_IOSetVar |
#define | IOStrError MHA_STATIC_MHAIOTCP_IOStrError |
#define | IODestroy MHA_STATIC_MHAIOTCP_IODestroy |
#define | dummy_interface_test MHA_STATIC_MHAIOTCP_dummy_interface_test |
Functions | |
static int | copy_error (MHA_Error &e) |
static void * | thread_startup_function (void *parameter) |
int | IOInit (int fragsize, float samplerate, IOProcessEvent_t proc_event, void *proc_handle, IOStartedEvent_t start_event, void *start_handle, IOStoppedEvent_t stop_event, void *stop_handle, void **handle) |
int | IOPrepare (void *handle, int num_inchannels, int num_outchannels) |
int | IOStart (void *handle) |
int | IOStop (void *handle) |
int | IORelease (void *handle) |
int | IOSetVar (void *handle, const char *cmd, char *retval, unsigned int len) |
const char * | IOStrError (void *handle, int err) |
void | IODestroy (void *handle) |
Variables | |
static char | user_err_msg [MAX_USER_ERR] |
#define ERR_SUCCESS 0 |
#define ERR_IHANDLE -1 |
#define ERR_USER -1000 |
#define MAX_USER_ERR 0x2000 |
#define MHA_ErrorMsg2 | ( | x, | |
y | |||
) | MHA_Error(__FILE__,__LINE__,(x),(y)) |
#define MHA_ErrorMsg3 | ( | x, | |
y, | |||
z | |||
) | MHA_Error(__FILE__,__LINE__,(x),(y),(z)) |
#define MIN_TCP_PORT 0 |
#define MIN_TCP_PORT_STR "0" |
#define MAX_TCP_PORT 65535 |
#define MAX_TCP_PORT_STR "65535" |
#define IOInit MHA_STATIC_MHAIOTCP_IOInit |
#define IOPrepare MHA_STATIC_MHAIOTCP_IOPrepare |
#define IOStart MHA_STATIC_MHAIOTCP_IOStart |
#define IOStop MHA_STATIC_MHAIOTCP_IOStop |
#define IORelease MHA_STATIC_MHAIOTCP_IORelease |
#define IOSetVar MHA_STATIC_MHAIOTCP_IOSetVar |
#define IOStrError MHA_STATIC_MHAIOTCP_IOStrError |
#define IODestroy MHA_STATIC_MHAIOTCP_IODestroy |
#define dummy_interface_test | ( | void | ) | MHA_STATIC_MHAIOTCP_dummy_interface_test |
|
static |
|
static |
int IOInit | ( | int | fragsize, |
float | samplerate, | ||
IOProcessEvent_t | proc_event, | ||
void * | proc_handle, | ||
IOStartedEvent_t | start_event, | ||
void * | start_handle, | ||
IOStoppedEvent_t | stop_event, | ||
void * | stop_handle, | ||
void ** | handle | ||
) |
int IOPrepare | ( | void * | handle, |
int | num_inchannels, | ||
int | num_outchannels | ||
) |
int IOStart | ( | void * | handle | ) |
int IOStop | ( | void * | handle | ) |
int IORelease | ( | void * | handle | ) |
int IOSetVar | ( | void * | handle, |
const char * | cmd, | ||
char * | retval, | ||
unsigned int | len | ||
) |
const char* IOStrError | ( | void * | handle, |
int | err | ||
) |
void IODestroy | ( | void * | handle | ) |
|
static |