调试窗修改

增加断开工控机连接功能入口
This commit is contained in:
xuxinchao
2022-03-25 18:27:41 +08:00
parent 1336a3ea7a
commit 3dcb2e05de
5 changed files with 41 additions and 7 deletions

View File

@@ -17,6 +17,11 @@ interface IMoGoAutopilotProvider : IMoGoFunctionServerProvider {
*/
fun resetIpAddress(autoPilotIp: String)
/**
* 断开与工控机的连接
*/
fun disconnectIpc()
/**
* 开启自动驾驶
*