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

Method GetPrevious

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

Source from the content-addressed store, hash-verified

222 inline void AdvanceState() noexcept { state = static_cast<GCodeState>(static_cast<uint8_t>(state) + 1); }
223
224 GCodeMachineState *_ecv_null GetPrevious() const noexcept { return previous; }
225
226 GCodeMachineState *Pop() const noexcept;
227 uint16_t GetBlockNesting() const noexcept { return blockNesting; }

Callers 15

SpinGCodeBufferMethod · 0.45
StartNextGCodeMethod · 0.45
DoFilePrintMethod · 0.45
DoFileMacroMethod · 0.45
GetMacroRestartedMethod · 0.45
UnlockAllMethod · 0.45
THROWSFunction · 0.45
GCodeMachineStateMethod · 0.45
~GCodeMachineStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected