fctom1215
2021-04-26 67c014b391b3fd36e7d530594c8e94c9655cea8c
1
2
3
4
5
6
7
8
9
10
11
12
//
// Created by YY on 2020/8/21.
//
 
#ifndef MYAPPLICATION2_OVERTAKE_H
#define MYAPPLICATION2_OVERTAKE_H
 
void StartOvertakeExam(int ori_lane);
 
bool TestOvertake(int currLane, const struct RtkTime *rtkTime);
 
#endif //MYAPPLICATION2_OVERTAKE_H