The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
This is the complete list of members for MHA_AC::algo_comm_t, including all inherited members.
get_entries() const =0 | MHA_AC::algo_comm_t | pure virtual |
get_var(const std::string &name) const =0 | MHA_AC::algo_comm_t | pure virtual |
get_var_double(const std::string &name) const =0 | MHA_AC::algo_comm_t | pure virtual |
get_var_float(const std::string &name) const =0 | MHA_AC::algo_comm_t | pure virtual |
get_var_int(const std::string &name) const =0 | MHA_AC::algo_comm_t | pure virtual |
insert_var(const std::string &name, comm_var_t cv)=0 | MHA_AC::algo_comm_t | pure virtual |
insert_var_double(const std::string &name, double *ptr)=0 | MHA_AC::algo_comm_t | pure virtual |
insert_var_float(const std::string &name, float *ptr)=0 | MHA_AC::algo_comm_t | pure virtual |
insert_var_int(const std::string &name, int *ptr)=0 | MHA_AC::algo_comm_t | pure virtual |
insert_var_vfloat(const std::string &name, std::vector< float > &vec)=0 | MHA_AC::algo_comm_t | pure virtual |
is_var(const std::string &name) const =0 | MHA_AC::algo_comm_t | pure virtual |
remove_ref(void *addr)=0 | MHA_AC::algo_comm_t | pure virtual |
remove_var(const std::string &name)=0 | MHA_AC::algo_comm_t | pure virtual |
size() const =0 | MHA_AC::algo_comm_t | pure virtual |
~algo_comm_t()=default | MHA_AC::algo_comm_t | virtual |