| | |
| | | } |
| | | tempQs.add(list[list.size-1])//提示灯光考试结束 |
| | | simulateNightBean.setQuestion(tempQs) |
| | | MyLog.i(TAG,"开始发送灯光,考试项共有"+simulateNightBean.question.size) |
| | | AYSdk.getInstance().sendCmd(0x8012, gson.toJson(simulateNightBean)) |
| | | |
| | | if (inputData.getInt(safeluck.drive.evaluation.Constant.NEED_MAPS_CAR,0)==1){ |
| | | sendMapInfo() |
| | | sendVehicleInfo() |
| | |
| | | |
| | | } |
| | | sendRtkConfigInfo(rtk) |
| | | MyLog.i(TAG,"开始发送灯光,考试项共有"+simulateNightBean.question.size) |
| | | AYSdk.getInstance().sendCmd(0x8012, gson.toJson(simulateNightBean)) |
| | | singalConfigs = WorkRoomDataBase.getWorkRoomDataBase(applicationContext).signalConfigDao._getSignalConfigs() |
| | | if (singalConfigs ==null){ |
| | | MyLog.i(TAG,"读文件发送信号配置") |
| | |
| | | private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { |
| | | @Override |
| | | public void binderDied() { |
| | | Log.e(TAG,"IBinder.DeathRecipient binderDied"); |
| | | MyLog.e(TAG,"IBinder.DeathRecipient binderDied"); |
| | | if (remoteInterface != null){ |
| | | Log.e(TAG,"IBinder.DeathRecipient binderDied remoteInterface != null ,return"); |
| | | MyLog.e(TAG,"IBinder.DeathRecipient binderDied remoteInterface != null ,return"); |
| | | return; |
| | | } |
| | | remoteInterface.asBinder().unlinkToDeath(mDeathRecipient,0); |