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

scan table improvements from refs/remotes/firleju/mover_in_c++

This commit is contained in:
tmj-fstate
2017-09-02 17:18:26 +02:00
parent fa8881f52f
commit 5d7206b369
6 changed files with 252 additions and 163 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);