XFusion API
v1.3.0
载入中...
搜索中...
未找到
component.c
浏览该文件的文档.
1
#include "xf_utils.h"
2
#include "xf_init.h"
3
4
#define TAG "component"
5
6
static
int
component_test
(
void
)
7
{
8
XF_LOGI
(
TAG
,
"hello, component"
);
9
10
return
0;
11
}
12
13
XF_INIT_EXPORT_COMPONENT
(
component_test
);
component_test
static int component_test(void)
Definition
component.c:6
TAG
#define TAG
Definition
component.c:4
XF_INIT_EXPORT_COMPONENT
#define XF_INIT_EXPORT_COMPONENT(function)
组件初始化. 应用层初始化一些外部组件使用
Definition
xf_init.h:166
XF_LOGI
#define XF_LOGI(tag, format,...)
Definition
xf_log_uitls.h:44
components
xf_init
xf_init
example
component.c
生成于 2025年 一月 21日 星期二 17:25:09 , 为 XFusion API使用
1.9.8