mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 18:39:18 +02:00
Added pressure of spring brake for python
This commit is contained in:
2
Train.h
2
Train.h
@@ -870,7 +870,7 @@ private:
|
||||
bool m_couplingdisconnectback { false };
|
||||
|
||||
public:
|
||||
float fPress[20][6]; // cisnienia dla wszystkich czlonow
|
||||
float fPress[20][7]; // cisnienia dla wszystkich czlonow
|
||||
bool bBrakes[20][2]; // zalaczenie i dzialanie hamulcow
|
||||
static std::vector<std::string> const fPress_labels;
|
||||
float fEIMParams[9][10]; // parametry dla silnikow asynchronicznych
|
||||
|
||||
Reference in New Issue
Block a user