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

Optional logging for MED-braking

This commit is contained in:
Królik Uszasty
2018-05-27 15:30:45 +02:00
committed by tmj-fstate
parent 1fa2f201f2
commit 89e1f25556
2 changed files with 50 additions and 1 deletions

View File

@@ -605,6 +605,10 @@ private:
double MED[9][8]; // lista zmiennych do debugowania hamulca ED
static std::string const MED_labels[ 8 ];
std::ofstream MEDLogFile; // zapis parametrów hamowania
double MEDLogTime = 0;
double MEDLogInactiveTime = 0;
int MEDLogCount = 0;
};