mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Ref T301, cockpit double value frequency comparison (double comparison unsafe)
This commit is contained in:
@@ -99,6 +99,9 @@ namespace BlackGui
|
||||
//! SELCAL value changed (in selector)
|
||||
void onSelcalChanged();
|
||||
|
||||
//! Compare 2 frequencies (consider epsilon)
|
||||
static bool isFrequenceEqual(double f1, double f2);
|
||||
|
||||
QScopedPointer<Ui::CCockpitComForm> ui;
|
||||
};
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user