Fri Jul 24 00:42:04 2009

Asterisk developer's documentation


ast_config_engine Struct Reference

Configuration engine structure, used to define realtime drivers. More...

#include <config.h>


Data Fields

realtime_destroydestroy_func
config_load_funcload_func
char * name
ast_config_enginenext
realtime_var_getrealtime_func
realtime_multi_getrealtime_multi_func
realtime_requirerequire_func
realtime_storestore_func
realtime_unloadunload_func
realtime_updateupdate_func


Detailed Description

Configuration engine structure, used to define realtime drivers.

Definition at line 108 of file config.h.


Field Documentation

realtime_destroy* destroy_func

Definition at line 115 of file config.h.

Referenced by ast_destroy_realtime().

config_load_func* load_func

Definition at line 110 of file config.h.

Referenced by ast_config_internal_load().

char* name

Definition at line 109 of file config.h.

Referenced by ast_config_engine_register(), and handle_cli_core_show_config_mappings().

struct ast_config_engine* next

Definition at line 118 of file config.h.

Referenced by ast_config_engine_deregister(), ast_config_engine_register(), and handle_cli_core_show_config_mappings().

realtime_var_get* realtime_func

Definition at line 111 of file config.h.

Referenced by ast_load_realtime_helper().

realtime_multi_get* realtime_multi_func

Definition at line 112 of file config.h.

Referenced by ast_load_realtime_multientry().

realtime_require* require_func

Definition at line 116 of file config.h.

Referenced by ast_realtime_require_field().

realtime_store* store_func

Definition at line 114 of file config.h.

Referenced by ast_store_realtime().

realtime_unload* unload_func

Definition at line 117 of file config.h.

Referenced by ast_unload_realtime().

realtime_update* update_func

Definition at line 113 of file config.h.

Referenced by ast_update_realtime().


The documentation for this struct was generated from the following file:
Generated on Fri Jul 24 00:42:04 2009 for Asterisk - the Open Source PBX by  doxygen 1.4.7