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

Method startWillTimer

src/backend/datasources/MQTTClient.cpp:958–961  ·  view source on GitHub ↗

! * \brief Starts the will timer, which will update the will message */

Source from the content-addressed store, hash-verified

956 * \brief Starts the will timer, which will update the will message
957 */
958void MQTTClient::startWillTimer() const {
959 if (m_MQTTWill.willUpdateType == WillUpdateType::TimePeriod)
960 m_willTimer->start(m_MQTTWill.willTimeInterval);
961}
962
963/*!
964 * \brief Stops the will timer

Callers 2

willUpdateTypeChangedMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected