| 1177 | } |
| 1178 | |
| 1179 | void Move::SetMotorPositions(LogicalDrivesBitmap drives, const int32_t *positions, bool clearBacklash) noexcept |
| 1180 | { |
| 1181 | drives.Iterate([this, positions, clearBacklash](unsigned int drive, unsigned int count) noexcept { SetMotorPosition(drive, positions[drive], clearBacklash); }); |
| 1182 | } |
| 1183 | |
| 1184 | void Move::SetLastEndpoints(MovementSystemNumber msNumber, LogicalDrivesBitmap logicalDrives, const int32_t *_ecv_array ep) noexcept |
| 1185 | { |
no outgoing calls
no test coverage detected