mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 14:39:18 +02:00
Working retarder for DieselEngine
This commit is contained in:
committed by
tmj-fstate
parent
4ca55d7b2b
commit
32ca2b76ff
@@ -806,7 +806,11 @@ debug_panel::update_section_engine( std::vector<text_line> &Output ) {
|
||||
{ "hTCTI: ", mover.hydro_TC_TorqueIn },
|
||||
{ "hTCTO: ", mover.hydro_TC_TorqueOut },
|
||||
{ "hTCfl: ", mover.hydro_TC_Fill },
|
||||
{ "hTCLR: ", mover.hydro_TC_LockupRate } };
|
||||
{ "hRtFl: ", mover.hydro_R_Fill } ,
|
||||
{ " hRtn: ", mover.hydro_R_n } ,
|
||||
{ "hRtTq: ", mover.hydro_R_Torque }
|
||||
|
||||
};
|
||||
for( auto const ¶meter : hydrovalues ) {
|
||||
parameterstext += "\n" + parameter.first + to_string( parameter.second, 2, 9 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user