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

Method GetResponseMessageType

src/GCodes/GCodeBuffer/GCodeBuffer.cpp:1261–1270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259}
1260
1261MessageType GCodeBuffer::GetResponseMessageType() const noexcept
1262{
1263#if HAS_SBC_INTERFACE
1264 if (machineState->lastCodeFromSbc)
1265 {
1266 return (MessageType)((1u << codeChannel.ToBaseType()) | BinaryCodeReplyFlag);
1267 }
1268#endif
1269 return responseMessageType;
1270}
1271
1272FilePosition GCodeBuffer::GetJobFilePosition() const noexcept
1273{

Callers 10

THROWSFunction · 0.80
DoFileMacroMethod · 0.80
HandleReplyMethod · 0.80
THROWSFunction · 0.80
RunStateMachineMethod · 0.80
THROWSFunction · 0.80
GCodes2.cppFile · 0.80
ExchangeDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected