16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-23 00:29: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 f86e2688ba
commit 9e447d22da
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 {