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

Method Next

src/GCodes/GCodeQueue.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 explicit QueuedCode(QueuedCode *_ecv_null n) noexcept : next(n), dataLength(0) { }
47 QueuedCode *_ecv_null Next() const noexcept { return next; }
48
49private:
50 QueuedCode *_ecv_null next;

Callers 15

QueueCodeMethod · 0.45
PurgeEntriesMethod · 0.45
ClearMethod · 0.45
DiagnosticsMethod · 0.45
WriteToolSettingsMethod · 0.45
WriteToolParametersMethod · 0.45
DeleteToolMethod · 0.45
GetLockedToolMethod · 0.45
THROWSFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected