Go to the source code of this file.
| Typedefs | |
| typedef enum ntg_error_code_ | ntg_error_code | 
| Enumerations | |
| enum | ntg_error_code_ { NTG_MEMORY_ALLOCATION_ERROR, NTG_MEMORY_FREE_ERROR, NTG_FAILED, NTG_ERROR, NTG_TYPE_ERROR, NTG_PATH_ERROR, NTG_NO_ERROR } | 
| Functions | |
| void | ntg_print_error (const char *fmt,...) | 
| prints error message to stderr | |
| char * | ntg_error_text (ntg_error_code error_code) | 
| returns a textual description of a given error code | |
| typedef enum ntg_error_code_ ntg_error_code | 
| enum ntg_error_code_ | 
| char* ntg_error_text | ( | ntg_error_code | error_code | ) | 
returns a textual description of a given error code
References NTG_ERROR, NTG_FAILED, NTG_MEMORY_ALLOCATION_ERROR, NTG_MEMORY_FREE_ERROR, and NTG_NO_ERROR.
| void ntg_print_error | ( | const char * | fmt, | |
| ... | ||||
| ) | 
prints error message to stderr
Referenced by handler_module_register(), handler_send_value(), ntg_connect(), ntg_disconnect(), ntg_get(), ntg_instance_add(), ntg_instance_add_attributes(), ntg_instance_attribute_find_by_name(), ntg_instance_attribute_set_default_value(), ntg_instance_find_by_id_(), ntg_instance_find_by_name_(), ntg_instance_find_by_path(), ntg_instance_get_attribute_current(), ntg_instance_get_attribute_root(), ntg_instance_set_class_id(), ntg_instance_set_name(), ntg_new(), ntg_nodelist(), ntg_path_validate(), ntg_port_disconnect(), ntg_runscript(), ntg_server_delete_connection(), ntg_server_delete_orphaned_connections(), ntg_server_fix_connections(), ntg_server_instance_delete(), ntg_server_new_connection(), ntg_server_run(), ntg_server_update_connection(), ntg_set(), ntg_type_code_from_type_string(), ntg_value_copy(), ntg_value_get_blob(), ntg_value_get_float(), ntg_value_get_int(), ntg_value_get_string(), and osc_error().
 1.6.1
 1.6.1