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

Method GetState

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

Source from the content-addressed store, hash-verified

218 ~GCodeMachineState() noexcept;
219
220 GCodeState GetState() const noexcept { return state; }
221 void SetState(GCodeState newState) noexcept;
222 inline void AdvanceState() noexcept { state = static_cast<GCodeState>(static_cast<uint8_t>(state) + 1); }
223

Callers 13

SpinGCodeBufferMethod · 0.45
DoFilePrintMethod · 0.45
CheckTriggersMethod · 0.45
GCodes.cppFile · 0.45
THROWSFunction · 0.45
THROWSFunction · 0.45
RunStateMachineMethod · 0.45
GCodes2.cppFile · 0.45
HandleResultMethod · 0.45
CheckMethod · 0.45
GCodeBuffer.hFile · 0.45
DiagnosticsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected