[6.2.4]录包截图增加起始点信息
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user