// // 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