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

Method filter

src/backend/datasources/MQTTClient.cpp:105–107  ·  view source on GitHub ↗

! * \brief Returns the filter of the MQTTClient. */

Source from the content-addressed store, hash-verified

103 * \brief Returns the filter of the MQTTClient.
104 */
105AsciiFilter* MQTTClient::filter() const {
106 return m_filter;
107}
108
109/*!
110 * \brief Sets the MQTTclient's update interval to \c interval

Callers 4

addMQTTSubscriptionMethod · 0.45
onMQTTConnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected