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

Method Message

src/Platform/Platform.cpp:3042–3045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3040}
3041
3042void Platform::Message(MessageType type, OutputBuffer *buffer) noexcept
3043{
3044 Message(nullptr, type, buffer);
3045}
3046
3047// Note: this overload of Platform::Message does not process the special action flags in the MessageType.
3048// Also it treats calls to send a blocking USB message the same as ordinary USB messages,

Callers 15

DoUploadMethod · 0.80
CharFromClientMethod · 0.80
ProcessMessageMethod · 0.80
DoUploadMethod · 0.80
CharFromClientMethod · 0.80
FinishUploadMethod · 0.80
ConnectProtocolMethod · 0.80
StartProtocolMethod · 0.80
ActivateMethod · 0.80
EnableInterfaceMethod · 0.80
OpenDataPortMethod · 0.80
ActivateMethod · 0.80

Calls 6

LogMessageMethod · 0.80
UsingSbcInterfaceMethod · 0.80
IncreaseReferencesMethod · 0.80
copyMethod · 0.80
catMethod · 0.80
HandleGCodeReplyMethod · 0.45

Tested by

no test coverage detected