16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 17:29:18 +02:00

Add logic for defining max analog tacho display speed

MaxTachoSpeed in Cntrl. section in fiz
This commit is contained in:
2025-01-06 20:27:25 +01:00
parent 105e628382
commit d66d4751c2
3 changed files with 12 additions and 1 deletions

View File

@@ -1191,6 +1191,7 @@ public:
int Lights[2][17]; // pozycje świateł, przód - tył, 1 .. 16
int ScndInMain{ 0 }; /*zaleznosc bocznika od nastawnika*/
bool MBrake = false; /*Czy jest hamulec reczny*/
double maxTachoSpeed = 0.0; // maksymalna predkosc na tarczce predkosciomierza analogowego
double StopBrakeDecc = 0.0;
bool ReleaseParkingBySpringBrake { false };
bool ReleaseParkingBySpringBrakeWhenDoorIsOpen{ false };