| 212 | } |
| 213 | |
| 214 | void Spindle::SetState(SpindleState newState) noexcept |
| 215 | { |
| 216 | state = newState; |
| 217 | SetRpm(configuredRpm); // depending on the configured SpindleState this might actually stop the spindle |
| 218 | } |
| 219 | |
| 220 | // End |
no outgoing calls
no test coverage detected