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

AI now uses EIMCtrlType no 1 and 2 correctly

This commit is contained in:
Królik Uszasty
2019-03-12 18:37:14 +01:00
parent d307e96275
commit c36fc565e5
2 changed files with 73 additions and 3 deletions

View File

@@ -211,6 +211,10 @@ private:
bool DecBrake();
bool IncSpeed();
bool DecSpeed(bool force = false);
bool IncBrakeEIM();
bool DecBrakeEIM();
bool IncSpeedEIM();
bool DecSpeedEIM();
void SpeedSet();
void SpeedCntrl(double DesiredSpeed);
double ESMVelocity(bool Main);