|
amap_map_sdk 2.1.2
高德地图RTOS地图SDK
|
定制化代理 更多...
#include <awk_adapter.h>
成员变量 | |
| int(* | custom_sscanf )(const char *s, const char *format,...) |
| 从字符串中读取格式化输入 | |
| void(* | custom_assert )(int expression) |
| assert | |
定制化代理
在文件 awk_adapter.h 第 540 行定义.
| void(* awk_map_custom_adapter_t::custom_assert) (int expression) |
| int(* awk_map_custom_adapter_t::custom_sscanf) (const char *s, const char *format,...) |
从字符串中读取格式化输入
| {const | char *s} 待解析的源字符串 {const char *format} 格式字符串 {...} 可变参数列表 |
在文件 awk_adapter.h 第 545 行定义.