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

Method pauseReading

src/backend/datasources/MQTTClient.cpp:82–86  ·  view source on GitHub ↗

! * \brief Pause the reading from messages. */

Source from the content-addressed store, hash-verified

80 * \brief Pause the reading from messages.
81 */
82void MQTTClient::pauseReading() {
83 m_paused = true;
84 if (m_updateType == UpdateType::TimeInterval)
85 m_updateTimer->stop();
86}
87
88/*!
89 * \brief Sets the filter of the MQTTClient.

Callers 3

~ProjectMethod · 0.45

Calls

no outgoing calls

Tested by 2