This commit is contained in:
wangcongtao
2021-01-28 21:20:08 +08:00
5 changed files with 66 additions and 39 deletions

View File

@@ -146,8 +146,9 @@ public interface IMogoADASController extends IProvider {
void mockOchStatus( int state, String reason );
double getLastLat();
double getLastLon();
void cancelAutopilot();
}