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

Method SendSimpleAlert

src/Platform/RepRap.cpp:2977–2980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2975}
2976
2977void RepRap::SendSimpleAlert(MessageType mt, c_string msg, c_string title) noexcept
2978{
2979 (void)SendAlert(mt, msg, title, 1, 0.0, AxesBitmap());
2980}
2981
2982// Save the first error message generated while running config.g
2983void RepRap::SaveConfigError(c_string filename, unsigned int lineNumber, c_string errorMessage) noexcept

Callers 2

CheckTriggersMethod · 0.80
ProcessEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected