| | |
| | | import safeluck.drive.evaluation.DB.failitems.FailedProjRepository; |
| | | import safeluck.drive.evaluation.DB.rtktb.RTKConfig; |
| | | import safeluck.drive.evaluation.DB.rtktb.RTKWorkRepository; |
| | | import safeluck.drive.evaluation.util.FileUtil; |
| | | import safeluck.drive.evaluation.util.SystemUtil; |
| | | |
| | | /** |
| | |
| | | } |
| | | rtkWorkRepository.insertRTKConfig(rtkConfig); |
| | | break; |
| | | case Constant.FETCH_MAP_INFO: |
| | | |
| | | StringBuffer buffer =FileUtil.readAssetTxtFile(this,Constant.MAP); |
| | | AYSdk.getInstance().sendCmd(Constant.PUSH_MAP_INFO,buffer.toString()); |
| | | break; |
| | | case Constant.REQ_VECHILE_PROFILE: |
| | | StringBuffer vebuffer =FileUtil.readAssetTxtFile(this,Constant.VEHICLE); |
| | | AYSdk.getInstance().sendCmd(Constant.PUSH_VECHILE_PROFILE,vebuffer.toString()); |
| | | break; |
| | | } |
| | | |
| | | } |