Ref T609, active COM1/2 in sim LEDs and function

This commit is contained in:
Klaus Basan
2019-04-16 18:01:10 +02:00
parent 9f8f70c22a
commit 918559e60f
3 changed files with 341 additions and 308 deletions

View File

@@ -106,6 +106,9 @@ namespace BlackGui
//! Align the heights
void alignUiElementsHeight();
//! Update UI for COM unit
void updateActiveCOMUnitLEDs(bool integratedWithSim, bool com1S, bool com1R, bool com2S, bool com2R);
//! Compare 2 frequencies (consider epsilon)
static bool isFrequenceEqual(double f1, double f2);