MCPcopy Create free account
hub / github.com/KDE/labplot / clearLastMessage

Method clearLastMessage

src/backend/datasources/MQTTClient.cpp:923–925  ·  view source on GitHub ↗

! * \brief Clear the lastly received message by the will topic * Called when the will topic is changed */

Source from the content-addressed store, hash-verified

921 * Called when the will topic is changed
922 */
923void MQTTClient::clearLastMessage() {
924 m_MQTTWill.willLastMessage.clear();
925}
926
927/*!
928 * \brief Sets true the corresponding flag of the statistic type,

Callers 1

willTopicChangedMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected