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

Method DoFileMacro

src/GCodes/GCodes.cpp:3367–3371  ·  view source on GitHub ↗

Simplified version of DoFileMacro, see below

Source from the content-addressed store, hash-verified

3365
3366// Simplified version of DoFileMacro, see below
3367bool GCodes::DoFileMacro(GCodeBuffer& gb, const char *_ecv_array fileName, bool reportMissing, int codeRunning) noexcept
3368{
3369 VariableSet emptyVars;
3370 return DoFileMacro(gb, fileName, reportMissing, codeRunning, emptyVars);
3371}
3372
3373bool GCodes::DoFileMacroWithParameters(GCodeBuffer& gb, const char *_ecv_array fileName, bool reportMissing, int codeRunning) THROWS(GCodeException)
3374{

Callers

nothing calls this directly

Calls 15

UsingSbcInterfaceMethod · 0.80
RequestMacroFileMethod · 0.80
AbortFileMethod · 0.80
SetFileFinishedMethod · 0.80
InputsUpdatedMethod · 0.80
GetPreviousMethod · 0.45
MessageFMethod · 0.45
AssignFromMethod · 0.45
StartNewFileMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected