X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibmarklin%2Ftrain.h;h=866454164ee1592b9cb794f8413cc9509c3571a5;hb=a4566a4a23ff676f11a90615e8e468ef50107946;hp=5960c27d16b78164da022a40e0c79e7529647244;hpb=a9180bc4bb7ff4c403e206cc2c785ff32544a0d6;p=r2c2.git diff --git a/source/libmarklin/train.h b/source/libmarklin/train.h index 5960c27..8664541 100644 --- a/source/libmarklin/train.h +++ b/source/libmarklin/train.h @@ -38,6 +38,7 @@ public: void real_speed(unsigned, float, float); void route(const std::string &); void timetable(); + void vehicle(unsigned); }; sigc::signal signal_name_changed; @@ -91,6 +92,8 @@ private: float travel_dist; bool pure_speed; std::vector real_speed; + bool accurate_position; + float overshoot_dist; public: Train(Layout &, const LocoType &, unsigned);