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

Przewijanie do prawidłowego przystanku

This commit is contained in:
firleju
2017-07-20 19:30:59 +02:00
parent 6c0333dbfd
commit 8e6eee1b21
3 changed files with 37 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ class TTrainParameters
bool IsTimeToGo(double hh, double mm);
bool UpdateMTable(double hh, double mm, std::string const &NewName);
bool UpdateMTable( simulation_time const &Time, std::string const &NewName );
void RewindTimeTable(std::string actualStationName);
TTrainParameters( std::string const &NewTrainName );
void NewName(std::string const &NewTrainName);
void UpdateVelocity(int StationCount, double vActual);