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

Add logic for defining max analog tacho display speed

MaxTachoSpeed in Cntrl. section in fiz
This commit is contained in:
2025-01-06 20:27:25 +01:00
parent 2e26eb7e13
commit f86e2688ba
3 changed files with 12 additions and 1 deletions

View File

@@ -10540,6 +10540,10 @@ void TMoverParameters::LoadFIZ_Cntrl( std::string const &line ) {
}
// mbrake
extract_value( MBrake, "ManualBrake", line, "" );
// maksymalna predkosc dostepna na tarczce predkosciomierza
extract_value(maxTachoSpeed, "MaxTachoSpeed", line, "");
// dynamicbrake
{
std::map<std::string, int> dynamicbrakes{