mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 12:45:40 +08:00
Ref T773, allow to clear/write log. from interpolation UI via buttons
This commit is contained in:
committed by
Mat Sutcliffe
parent
33b3cd5461
commit
70e08fdf8b
@@ -96,9 +96,6 @@ namespace BlackGui
|
||||
//! Toggle start/stop
|
||||
void toggleStartStop();
|
||||
|
||||
//! Display log in simulator
|
||||
void showLogInSimulator();
|
||||
|
||||
//! Follow aircraft in simulator
|
||||
void followInSimulator();
|
||||
|
||||
@@ -150,6 +147,14 @@ namespace BlackGui
|
||||
//! Clear elevation results
|
||||
void clearElevationResults();
|
||||
|
||||
//! Clear log. command
|
||||
void clearLogCommand();
|
||||
|
||||
//! Write log. command
|
||||
void writeLogCommand();
|
||||
|
||||
//! Display log in simulator
|
||||
void logPosCommand();
|
||||
|
||||
//! Check if can do logging, otherwise stop and display message
|
||||
bool checkLogPrerequisites();
|
||||
|
||||
Reference in New Issue
Block a user