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

Method MQTTSubscriptions

src/backend/datasources/MQTTClient.cpp:344–346  ·  view source on GitHub ↗

! * \brief Returns the name of every MQTTSubscription of the MQTTClient */

Source from the content-addressed store, hash-verified

342 * \brief Returns the name of every MQTTSubscription of the MQTTClient
343 */
344QVector<QString> MQTTClient::MQTTSubscriptions() const {
345 return m_subscriptions;
346}
347
348/*!
349 * \brief Adds a new MQTTSubscription to the MQTTClient

Callers 2

setMQTTClientMethod · 0.80
addTopicToTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected