|
XFusion API v1.3.0
|
#include "xf_init_registry.h"
宏定义 | |
| #define | TAG "registry" |
| #define | s_head(x) s_init_head[x] |
函数 | |
| void | xf_init_registry_register_desc_node (xf_init_registry_desc_node_t *p_desc_node, xf_init_registry_type_t type) |
| (内部函数)注册初始化函数,无需直接调用,使用宏调用 | |
| void | xf_init_from_registry (void) |
| 注册函数收集后,统一在此调用初始化函数 | |
变量 | |
| static xf_list_t | s_init_head [XF_INIT_REGISTRY_TYPE_MAX] |
| #define TAG "registry" |
在文件 xf_init_registry.c 第 20 行定义.
| #define s_head | ( | x | ) | s_init_head[x] |
在文件 xf_init_registry.c 第 42 行定义.
| void xf_init_registry_register_desc_node | ( | xf_init_registry_desc_node_t * | p_desc_node, |
| xf_init_registry_type_t | type | ||
| ) |
| void xf_init_from_registry | ( | void | ) |
注册函数收集后,统一在此调用初始化函数
在文件 xf_init_registry.c 第 61 行定义.
|
static |
在文件 xf_init_registry.c 第 32 行定义.