| | |
| | | import safeluck.drive.evaluation.platformMessage.JKMessage0203; |
| | | import safeluck.drive.evaluation.platformMessage.JKMessage0206; |
| | | import safeluck.drive.evaluation.platformMessage.PlatFormConstant; |
| | | import safeluck.drive.evaluation.routecollect.RouteCollectController; |
| | | import safeluck.drive.evaluation.util.CThreadPoolExecutor; |
| | | import safeluck.drive.evaluation.util.DataInitKt; |
| | | import safeluck.drive.evaluation.util.FileUtil; |
| | |
| | | CThreadPoolExecutor.runInBackground(()->{ |
| | | |
| | | int type = WorkRoomDataBase.getWorkRoomDataBase(getApplicationContext()).getExamStatusDao().getStartExamInt(); |
| | | RouteCollectController.getInstance().startRoadListener(); |
| | | MyLog.i("开始初始化数据发送地图/车辆/mcu升级文件/考试状态="+type); |
| | | ExamPlatformData.getInstance().setExamType(type); |
| | | // OneTimeWorkRequest examStatausOutWorker = OneTimeWorkRequest.from(ExamStatusOutWorker.class); |
| | |
| | | // CEventCenter.dispatchEvent(Constant.BIND_RTK_INFO_MAP,cmd,0,json); |
| | | // break; |
| | | case Constant.ENTER_OR_EXIT_ROADCROSS_ID: |
| | | CEventCenter.dispatchEvent(Constant.BIND_RTK_INFO_MAP,cmd,0,json); |
| | | CEventCenter.dispatchEvent(Constant.BIND_ROUTE_COLLECT_TOPIC,cmd,0,json); |
| | | break; |
| | | } |
| | | |