| 282 | void ExecuteOnly(MovementSystemNumber qn) noexcept { ownQueueNumber = qn; executeAllCommands = false; } |
| 283 | MovementSystemNumber GetOwnQueue() const noexcept { return ownQueueNumber; } |
| 284 | bool ExecutingAll() const noexcept { return executeAllCommands; } |
| 285 | MovementSystemNumber GetQueueNumberToLock() const noexcept { return (executeAllCommands) ? commandedQueueNumber : ownQueueNumber; } |
| 286 | GCodeMachineState *ForkChain() noexcept; // fork the state |
| 287 | #endif |
no outgoing calls
no test coverage detected