Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Duet3D/RepRapFirmware
/ GetLatestMessage
Method
GetLatestMessage
src/Platform/RepRap.cpp:3057–3061 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3055
#if SUPPORT_DIRECT_LCD
3056
3057
c_string RepRap::GetLatestMessage(uint16_t& sequence) const noexcept
3058
{
3059
sequence = messageSequence;
3060
return message.c_str();
3061
}
3062
3063
#endif
3064
Callers
1
ValueMenuItem.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected