16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-09-01 10:29:18 +02:00

Added velocity for brake intervention of speed control

This commit is contained in:
Królik Uszasty
2019-10-19 22:15:04 +02:00
parent 977dac264c
commit a82040b097
2 changed files with 6 additions and 3 deletions

View File

@@ -706,6 +706,7 @@ struct speed_control {
double FactorPneg = 0.5;
double FactorIpos = 0.0;
double FactorIneg = 0.0;
double BrakeInterventionVel = 30.0;
};
class TMoverParameters