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

Inicjacja wszystkich zapomnianych zmiennych w hamulcach

This commit is contained in:
firleju
2016-12-10 21:59:52 +01:00
parent 0659256619
commit df2365f353
6 changed files with 90 additions and 37 deletions

View File

@@ -101,6 +101,7 @@ inline double BorlandTime()
extern bool TestFlag(int Flag, int Value);
extern bool SetFlag( int & Flag, int Value);
extern bool iSetFlag( int & Flag, int Value);
extern bool UnSetFlag(int &Flag, int Value);
bool FuzzyLogic(double Test, double Threshold, double Probability);
/*jesli Test>Threshold to losowanie*/