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

Parameters of DieselEngine for Python dictionary

This commit is contained in:
Królik Uszasty
2019-05-22 19:42:52 +02:00
committed by tmj-fstate
parent 06f099dca1
commit 39596c76ba
2 changed files with 36 additions and 12 deletions

View File

@@ -675,6 +675,7 @@ private:
float fPress[20][3]; // cisnienia dla wszystkich czlonow
static std::vector<std::string> const fPress_labels;
float fEIMParams[9][10]; // parametry dla silnikow asynchronicznych
float fDieselParams[9][10]; // parametry dla silnikow asynchronicznych
int RadioChannel() const { return iRadioChannel; };
// plays provided sound from position of the radio
void radio_message( sound_source *Message, int const Channel );