[Adas]版本升级

This commit is contained in:
renwenjie
2022-01-19 15:38:01 +08:00
parent 705f58849e
commit 63b99ee896
3 changed files with 8 additions and 13 deletions

View File

@@ -24,13 +24,13 @@ import com.zhidao.support.adas.high.bean.AutopilotStatus;
import com.zhidao.support.adas.high.bean.AutopilotWayArrive;
import com.zhidao.support.adas.high.bean.CarLaneInfo;
import com.zhidao.support.adas.high.bean.CarStateInfo;
import com.zhidao.support.adas.high.bean.IPCPowerResultInfo;
import com.zhidao.support.adas.high.bean.IPCUpgradeInfo;
import com.zhidao.support.adas.high.bean.IPCUpgradePatchDownloadStatusInfo;
import com.zhidao.support.adas.high.bean.IPCUpgradeStateInfo;
import com.zhidao.support.adas.high.bean.LightStatueInfo;
import com.zhidao.support.adas.high.bean.ObstaclesInfo;
import com.zhidao.support.adas.high.bean.RectInfo;
import com.zhidao.support.adas.high.bean.SSHResult;
import com.zhidao.support.adas.high.bean.TrajectoryInfo;
import com.zhidao.support.adas.high.bean.WarnMessageInfo;
import com.zhidao.support.adas.high.bean.guardian.AutopilotGuardianInfo;
@@ -200,14 +200,6 @@ public class OnAdasListenerAdapter implements OnAdasListener {
}
/**
* 工控机电源返回
* @param info 域控制器电源返回结果
*/
@Override
public void onIPCPowerResultInfo(IPCPowerResultInfo info) {
}
/**
* 工控机升级状态
@@ -248,4 +240,8 @@ public class OnAdasListenerAdapter implements OnAdasListener {
}
@Override
public void onSSHResult(SSHResult info) {
}
}