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

Improved speed controller - speed can be selected by SecondControlPosition

This commit is contained in:
Królik Uszasty
2018-04-15 14:58:51 +02:00
committed by tmj-fstate
parent aac16c55be
commit 0cb90a4e9a
4 changed files with 54 additions and 5 deletions

View File

@@ -304,6 +304,7 @@ private:
bool IncSpeed();
bool DecSpeed(bool force = false);
void SpeedSet();
void SpeedCntrl(double DesiredSpeed);
void Doors(bool const Open, int const Side = 0);
// returns true if any vehicle in the consist has an open door
bool doors_open() const;