[6.2.4]录包截图增加起始点信息

This commit is contained in:
xuxinchao
2023-12-11 16:24:12 +08:00
parent 03eab8ba7f
commit 31ec814578
4 changed files with 15 additions and 6 deletions

View File

@@ -83,6 +83,14 @@ object CallerAutoPilotStatusListenerManager : CallerBase<IMoGoAutopilotStatusLis
return lineId ?: 0L
}
fun getLineStartName(): String?{
return mAutopilotStatusInfo.autopilotControlParameters?.startName
}
fun getLineEndName(): String?{
return mAutopilotStatusInfo.autopilotControlParameters?.endName
}
fun getDockerVersion():String?{
return mAutopilotStatusInfo.dockVersion
}