公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
坐标
yy1717
2020-04-08
59abff0d03403344619420aa0bcd9c2b28ff3522
[~yy/smart_train.git]
/
lib
/
src
/
main
/
cpp
/
test_items
/
area_exam.h
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// Created by YY on 2020/4/3.
//
#ifndef MYAPPLICATION2_AREA_EXAM_H
#define MYAPPLICATION2_AREA_EXAM_H
#include "../driver_test.h"
void InitAreaExam(void);
void TerminateAreaExam(void);
void TestAreaGeneral(LIST_AREA_MAP &AreaMapList, const car_model *car, LIST_CAR_MODEL &CarModelList, double speed, int moveDirect, double azimuth, const struct RtkTime *rtkTime);
#endif //MYAPPLICATION2_AREA_EXAM_H