|
VSF Documented
|
#include "../vsf_test.h"#include "vsf_test_port_appcfg.h"#include <stdio.h>#include <string.h>#include <stdlib.h>#include <sys/wait.h>#include "service/trace/vsf_trace.h"Macros | |
| #define | __VSF_TEST_APPCFG_TRACE_INFO(...) vsf_trace_info(__VA_ARGS__) |
| #define | __VSF_TEST_APPCFG_TRACE_DEBUG(...) vsf_trace_debug(__VA_ARGS__) |
| #define | __VSF_TEST_APPCFG_TRACE_ERROR(...) vsf_trace_error(__VA_ARGS__) |
Functions | |
| void | vsf_test_appcfg_data_init (vsf_test_data_t *data) |
| Initialize the appcfg for data synchronization. | |
| void | vsf_test_appcfg_data_sync (vsf_test_data_t *data, vsf_test_data_cmd_t index) |
| Synchronize data via appcfg command interface. | |
| bool | vsf_test_appcfg_read_case_result (uint32_t idx, uint32_t *result, char *name, size_t name_size) |
| 公开函数:读取测试用例结果和名字 | |
| #define __VSF_TEST_APPCFG_TRACE_INFO | ( | ... | ) | vsf_trace_info(__VA_ARGS__) |
| #define __VSF_TEST_APPCFG_TRACE_DEBUG | ( | ... | ) | vsf_trace_debug(__VA_ARGS__) |
| #define __VSF_TEST_APPCFG_TRACE_ERROR | ( | ... | ) | vsf_trace_error(__VA_ARGS__) |
| void vsf_test_appcfg_data_init | ( | vsf_test_data_t * | data | ) |
Initialize the appcfg for data synchronization.
| [in] | data | a pointer to structure vsf_test_data_t |
| void vsf_test_appcfg_data_sync | ( | vsf_test_data_t * | data, |
| vsf_test_data_cmd_t | cmd | ||
| ) |
Synchronize data via appcfg command interface.
| [in] | data | a pointer to structure vsf_test_data_t |
| [in] | cmd | structure vsf_test_data_cmd_t |