| | |
| | | AppTimer_delete(PlayTTSTimeout); |
| | | } |
| | | |
| | | int ExecuteStopCarExam(int index, road_t &road, const car_model *car, |
| | | int ExecuteStopCarExam(road_t &road, const car_model *car, |
| | | LIST_CAR_MODEL &CarModelList, double speed, int moveDirect, const struct RtkTime *rtkTime) { |
| | | if (ttsPlayEnd == 1) { |
| | | ttsPlayEnd = 2; |
| | |
| | | } |
| | | |
| | | if (ttsPlayEnd != 2) |
| | | return index; |
| | | return 1; |
| | | |
| | | uint32_t diff = TimeGetDiff(rtkTime->hh, rtkTime->mm, rtkTime->ss, |
| | | rtkTime->mss * 10, |
| | |
| | | } |
| | | } |
| | | |
| | | return index; |
| | | return 1; |
| | | } |
| | | |
| | | static void PlayTTSTimeout(union sigval sig) |