X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftrain.h;fp=source%2Flibr2c2%2Ftrain.h;h=9603891e8f6e4d0672df77c21546c0b033e9bf90;hb=9eb22a66345301631994cf24a21af9375d07a172;hp=16e67a43986776890b17734b54c9c15f91461478;hpb=a7e320b46a7d4070613b3210c28e65f579750f37;p=r2c2.git diff --git a/source/libr2c2/train.h b/source/libr2c2/train.h index 16e67a4..9603891 100644 --- a/source/libr2c2/train.h +++ b/source/libr2c2/train.h @@ -97,6 +97,7 @@ public: float get_speed() const; float get_quantized_speed() const; unsigned get_speed_step() const { return current_speed_step; } + float get_maximum_speed() const; bool get_function(unsigned) const; unsigned get_functions() const { return functions; }