16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 22:59: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
committed by tmj-fstate
parent 05f0fbb7dd
commit b8ff8703c5
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);