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

Sprawdzone do dizel_Update.

Dodano funkcje wirtualne do hamulców
This commit is contained in:
firleju
2016-11-27 21:47:35 +01:00
parent f9043a254f
commit 25f85aa9a8
3 changed files with 260 additions and 244 deletions

View File

@@ -323,6 +323,12 @@ double TBrake::GetBCP()
return BrakeCyl->P();
}
// ciśnienie sterujące hamowaniem elektro-dynamicznym
double TBrake::GetEDBCP()
{
return 0;
}
// cisnienie zbiornika pomocniczego
double TBrake::GetBRP()
{