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

Method DecodeCommand

src/GCodes/GCodeBuffer/GCodeBuffer.cpp:293–296  ·  view source on GitHub ↗

Decode the command in the buffer when it is complete

Source from the content-addressed store, hash-verified

291
292// Decode the command in the buffer when it is complete
293void GCodeBuffer::DecodeCommand() noexcept
294{
295 PARSER_OPERATION(DecodeCommand());
296}
297
298// Check whether the current command is a meta command, or we are skipping a block. Return true if we are and the current line no longer needs to be processed.
299bool GCodeBuffer::CheckMetaCommand(const StringRef& reply) THROWS(GCodeException)

Callers 3

StartNextGCodeMethod · 0.45
DoFilePrintMethod · 0.45
FillBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected