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

Sortowanie tabelki po odległości

This commit is contained in:
firleju
2017-07-22 07:49:19 +02:00
parent 67cc663099
commit 997f3199e0
2 changed files with 33 additions and 4 deletions

View File

@@ -371,6 +371,7 @@ private: // parametry aktualnego składu
void TableCheck(double fDistance);
TCommandType TableUpdate(double &fVelDes, double &fDist, double &fNext, double &fAcc);
void TablePurger();
void TableSort();
inline double MoveDistanceGet()
{
return dMoveLen;