mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 00:49:19 +02:00
header declarations unification for tacho parameters
This commit is contained in:
@@ -1192,8 +1192,8 @@ public:
|
|||||||
int Lights[2][17]; // pozycje świateł, przód - tył, 1 .. 16
|
int Lights[2][17]; // pozycje świateł, przód - tył, 1 .. 16
|
||||||
int ScndInMain{ 0 }; /*zaleznosc bocznika od nastawnika*/
|
int ScndInMain{ 0 }; /*zaleznosc bocznika od nastawnika*/
|
||||||
bool MBrake = false; /*Czy jest hamulec reczny*/
|
bool MBrake = false; /*Czy jest hamulec reczny*/
|
||||||
double maxTachoSpeed = 0.0; // maksymalna predkosc na tarczce predkosciomierza analogowego
|
double maxTachoSpeed = { 0.0 }; // maksymalna predkosc na tarczce predkosciomierza analogowego
|
||||||
double StopBrakeDecc = 0.0;
|
double StopBrakeDecc = { 0.0 };
|
||||||
bool ReleaseParkingBySpringBrake { false };
|
bool ReleaseParkingBySpringBrake { false };
|
||||||
bool ReleaseParkingBySpringBrakeWhenDoorIsOpen{ false };
|
bool ReleaseParkingBySpringBrakeWhenDoorIsOpen{ false };
|
||||||
bool SpringBrakeCutsOffDrive { true };
|
bool SpringBrakeCutsOffDrive { true };
|
||||||
|
|||||||
Reference in New Issue
Block a user