[8.4.0] 无人化 增加B4相关模型视频等,增加无人化自动登录功能

This commit is contained in:
xinfengkun
2026-01-21 10:19:17 +08:00
parent 59a83071d1
commit 3a1f8d5ecf
22 changed files with 227 additions and 22 deletions

View File

@@ -735,6 +735,9 @@ public class SweeperCloudTaskModel implements IMoGoSweeperFutianCloudTaskListene
public void onSystemStatus(@NonNull SsmInfo.SsmStatusInf statusInf) {
}
@Override
public void onCockpitTypeChange() {
}
@Override
public void onAutopilotRouteLineId(long lineId) {

View File

@@ -235,6 +235,10 @@ public class SweeperOperatePresenter extends Presenter<SweeperOperateFragment>
public void onSystemStatus(@NonNull SsmInfo.SsmStatusInf statusInf) {
}
@Override
public void onCockpitTypeChange() {
}
@Override
public void onAutopilotArriveAtStation(@Nullable MessagePad.ArrivalNotification arrivalNotification) {
SweeperOperateTaskModel.getInstance().onArriveTaskEnd(arrivalNotification);