This commit is contained in:
wangcongtao
2021-01-28 21:19:26 +08:00
parent 3e8a241aaa
commit c2f8f5739f
3 changed files with 42 additions and 13 deletions

View File

@@ -144,5 +144,10 @@ public interface IMogoADASController extends IProvider {
int getAutopilotStatus();
void mockOchStatus(int state, String reason);
void mockOchStatus( int state, String reason );
double getLastLat();
double getLastLon();
}