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

Method MessageF

src/Platform/Platform.cpp:3150–3156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3148}
3149
3150void Platform::MessageF(MessageType type, const char *_ecv_array fmt, ...) noexcept
3151{
3152 va_list vargs;
3153 va_start(vargs, fmt);
3154 MessageV(nullptr, type, fmt, vargs);
3155 va_end(vargs);
3156}
3157
3158void Platform::MessageF(const GCodeBuffer *_ecv_null gb, MessageType type, const char *_ecv_array fmt, ...) noexcept
3159{

Callers 15

PushMethod · 0.45
PopMethod · 0.45
DoFileMacroMethod · 0.45
GCodes.cppFile · 0.45
HandleReplyMethod · 0.45
ProcessEventMethod · 0.45
RunStateMachineMethod · 0.45
MessageBoxClosedMethod · 0.45
RequestMacroFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected