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

Method ExecutingAll

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

Source from the content-addressed store, hash-verified

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

Callers 9

EmergencyStopMethod · 0.80
GetFileGCodeMethod · 0.80
GCodes.cppFile · 0.80
SyncWithMethod · 0.80
THROWSFunction · 0.80
RunStateMachineMethod · 0.80
ActOnCodeMethod · 0.80
GCodeBuffer.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected