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

Add variable door lock speed

DoorLockSpeed in Doors: section in fiz
This commit is contained in:
2025-01-06 20:46:27 +01:00
parent d66d4751c2
commit b8d7d4b096
2 changed files with 3 additions and 3 deletions

View File

@@ -959,6 +959,7 @@ private:
std::array<basic_door, 2> instances; // door on the right and left side of the vehicle
// ld outputs
bool is_locked { false };
double doorLockSpeed = 10.0; // predkosc przy ktorej wyzwalana jest blokada drzwi
};
struct water_heater {