公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
协议校验码的计算;消息转义方法封装
lizhanwei
2020-02-13
f4af8ca307ea8b01a465ff09b595d75ddc3d7394
[~yy/smart_train.git]
/
lib
/
src
/
main
/
cpp
/
test_items
/
park_bottom.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// Created by YY on 2019/10/23.
//
#ifndef RTKDRIVERTEST_PARK_BOTTOM_H
#define RTKDRIVERTEST_PARK_BOTTOM_H
#include "../Geometry.h"
#include "../driver_test.h"
#include <vector>
using namespace std;
void StartParkBottom(void);
void StopParkBottom(void);
int TestParkBottom(vector<int>&err, const Polygon *map, const car_model *car, const car_model *carPrev, double speed, int run_status, const struct RtkTime *rtkTime);
#endif //RTKDRIVERTEST_PARK_BOTTOM_H