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

Method ready

src/backend/datasources/MQTTClient.cpp:55–58  ·  view source on GitHub ↗

! * depending on the update type, periodically or on data changes, starts the timer. */

Source from the content-addressed store, hash-verified

53 * depending on the update type, periodically or on data changes, starts the timer.
54 */
55void MQTTClient::ready() {
56 if (m_updateType == UpdateType::TimeInterval)
57 m_updateTimer->start(m_updateInterval);
58}
59
60/*!
61 * \brief Updates the MQTTTopics of the client

Callers 4

importToMQTTMethod · 0.80
testIntegerMessageMethod · 0.80
testNumericMessageMethod · 0.80
testTextMessageMethod · 0.80

Calls 1

startMethod · 0.45

Tested by 3

testIntegerMessageMethod · 0.64
testNumericMessageMethod · 0.64
testTextMessageMethod · 0.64