endian11
2020-01-06 ff1a9ee1a086f31c3a9d0a7b261eae7f200e8b2c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Created by YY on 2019/10/29.
//
 
#ifndef RTKDRIVERTEST_ERROR_LIST_H
#define RTKDRIVERTEST_ERROR_LIST_H
 
typedef struct {
    int id;
    int item;
    char *text_desc;
    int dec_score;
}error_list_t;
 
error_list_t GetErrorList(int index);
 
#endif //RTKDRIVERTEST_ERROR_LIST_H