MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / Executing

Method Executing

src/GCodes/GCodeMachineState.h:280–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 void SetCommandedQueue(MovementSystemNumber qn) noexcept { commandedQueueNumber = qn; }
279 MovementSystemNumber GetCommandedQueue() const noexcept { return commandedQueueNumber; }
280 bool Executing() const noexcept { return executeAllCommands || commandedQueueNumber == ownQueueNumber; }
281 void ExecuteAll() noexcept { executeAllCommands = true; }
282 void ExecuteOnly(MovementSystemNumber qn) noexcept { ownQueueNumber = qn; executeAllCommands = false; }
283 MovementSystemNumber GetOwnQueue() const noexcept { return ownQueueNumber; }

Callers 9

SyncWithMethod · 0.80
THROWSFunction · 0.80
THROWSFunction · 0.80
GCodes2.cppFile · 0.80
GCodeBuffer.hFile · 0.80
GCodeBuffer.cppFile · 0.80
THROWSFunction · 0.80
ProcessAbortCommandMethod · 0.80
RepRap.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected