公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
更新地图
yy1717
2020-03-09
2dd405a64e0a6e468a205e7348520e87576e5358
[~yy/smart_train.git]
/
lib
/
src
/
main
/
cpp
/
test_items2
/
dummy_light.h
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// Created by YY on 2020/3/9.
//
#ifndef MYAPPLICATION2_DUMMY_LIGHT_H
#define MYAPPLICATION2_DUMMY_LIGHT_H
struct dummy_light_exam {
int item;
char tts[512];
};
#endif //MYAPPLICATION2_DUMMY_LIGHT_H