fctom1215
2020-08-27 615775b03a705507ce5b7a967bde8aafb5d77e28
坐标
2个文件已修改
12 ■■■■■ 已修改文件
lib/src/main/cpp/driver_test.cpp 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
lib/src/main/cpp/rtk_platform/platform.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
lib/src/main/cpp/driver_test.cpp
@@ -402,6 +402,9 @@
            if (type == TEST_TYPE_ROAD_DUMMY_LIGHT) {
                exam_dummy_light = 0;           //0
            }
            if (type == TEST_TYPE_ROAD_TRUE_LIGHT) {
                InitRoadExam(RoadMap);
            }
            if (type == TEST_TYPE_AREA) {
                InitAreaExam();
            }
@@ -575,9 +578,8 @@
                cs[i] = cs_temp[i];
                char buff[128];
                sprintf(buff, "%s,%s", NAME[i], VALUE[ cs_temp[i] ]);
//                char buff[128];
//                sprintf(buff, "%s,%s", NAME[i], VALUE[ cs_temp[i] ]);
//                PlayTTS(buff, NULL);
            }
        }
@@ -652,7 +654,7 @@
    }
    if (ExamType != TEST_TYPE_AREA) {
        if (exam_dummy_light == 2) {
        if (exam_dummy_light == 2 || ExamType == TEST_TYPE_ROAD_TRUE_LIGHT) {
            TestRoadGeneral(RoadMap, CarModel, CarModelList, speed, move, rtkTime);
        }
    } else {
lib/src/main/cpp/rtk_platform/platform.cpp
@@ -311,7 +311,7 @@
        AppTimer_delete(RegisterPlatformTimeout);
        AppTimer_delete(LoginPlatformTimeout);
        PlayTTS("基准源断开", NULL);
//        PlayTTS("基准源断开", NULL);
    }
    if (events & PLATFORM_REGISTER_EVT) {
        DEBUG("PLATFORM_REGISTER_EVT");