Configuration engine structure, used to define realtime drivers. More...
#include <config.h>
Configuration engine structure, used to define realtime drivers.
realtime_destroy* destroy_func |
Definition at line 129 of file config.h.
Referenced by ast_destroy_realtime().
config_load_func* load_func |
Definition at line 123 of file config.h.
Referenced by ast_config_internal_load().
char* name |
Definition at line 122 of file config.h.
Referenced by handle_cli_core_show_config_mappings().
struct ast_config_engine* next |
Definition at line 132 of file config.h.
Referenced by ast_config_engine_deregister(), ast_config_engine_register(), find_engine(), and handle_cli_core_show_config_mappings().
realtime_var_get* realtime_func |
Definition at line 124 of file config.h.
Referenced by ast_load_realtime_helper().
realtime_multi_get* realtime_multi_func |
Definition at line 125 of file config.h.
Referenced by ast_load_realtime_multientry().
realtime_require* require_func |
Definition at line 130 of file config.h.
Referenced by ast_realtime_require_field().
realtime_store* store_func |
Definition at line 128 of file config.h.
Referenced by ast_store_realtime().
realtime_unload* unload_func |
Definition at line 131 of file config.h.
Referenced by ast_unload_realtime().
realtime_update2* update2_func |
Definition at line 127 of file config.h.
Referenced by ast_update2_realtime().
realtime_update* update_func |
Definition at line 126 of file config.h.
Referenced by ast_update_realtime().