增加测试按钮

This commit is contained in:
tongchenfei
2021-01-26 20:32:48 +08:00
parent 41a1c60718
commit d2933a09b4
6 changed files with 147 additions and 49 deletions

View File

@@ -143,4 +143,6 @@ public interface IMogoADASController extends IProvider {
void onAutopilotArriveLike( int type );
int getAutopilotStatus();
void mockOchStatus(int state, String reason);
}